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

Start building not clicking