App Logo
supabase.com

List Supabase invoices

List invoices for a Supabase organization's billing (supabase.com/dashboard/org/<slug>/billing). Requires login. Auto-resolves the org from the picker when no slug is given (pass `org` to target a specific one; needed for multi-org accounts). Honors `limit`. Returns org + invoices[{id, number, status, subtotal, amount_due, period_end_ts, invoice_pdf}]. invoice_pdf is a public tokenized URL downloadable without auth. amount fields are raw integers from the API; free-plan invoices are 0.

Input

org optional

Organization slug (from the /dashboard/org/<slug>/ URL). Omit to auto-pick the org from the picker (first one).

limit optional

Max invoices to return (most recent first). Default 25.

Output

org required
invoices required

FAQ

List invoices for a Supabase organization's billing (supabase.com/dashboard/org/<slug>/billing). Requires login. Auto-resolves the org from the picker when no slug is given (pass `org` to target a specific one; needed for multi-org accounts). Honors `limit`. Returns org + invoices[{id, number, status, subtotal, amount_due, period_end_ts, invoice_pdf}]. invoice_pdf is a public tokenized URL downloadable without auth. amount fields are raw integers from the API; free-plan invoices are 0.
Optional: org, limit.
It returns org, invoices.
Yes. It acts as you on supabase.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the supabase.com cookies saved by the Reduck extension.
Unknown: its author has not declared whether it changes anything on supabase.com, so treat it as if it could.
Ask an AI agent connected to Reduck to run reduck/supabase.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/supabase.com/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking