📹 The future of AI infrastructure: optimize and shard your database with agents.Watch the talk
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