Neki, sharded Postgres, is now available. Get started
Navigation

List invoices from the CLI

You can now list organization invoices, show one invoice, and list its line items from the CLI. List commands are paginated.

pscale billing invoice list --org <org>
pscale billing invoice show <invoice-id> --org <org>
pscale billing invoice line-items <invoice-id> --org <org>

Read the CLI billing docs