Billing history for a workspace.
Documentation Index
Fetch the complete documentation index at: https://docs.colloqui.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication
The ID of the workspace.
The maximum number of invoices to return. Defaults to 10.
10
The ID of the last invoice from the previous page. Used for pagination.
"in_1234567890abcdefghij"
"example"
[
{
"id": "in_1234567890abcdefghij",
"created_at": 1234567890,
"amount_due": 1000,
"amount_paid": 1000,
"total": 1000,
"currency": "aud",
"status": "paid",
"invoice_url": "https://invoice.stripe.com/i/acct_xxxxx/xxxxx?s=ap",
"invoice_pdf": "https://pay.stripe.com/invoice/acct_xxxxx/xxxxx/pdf?s=ap",
"number": "INV-0001",
"period_start": 1234567890,
"period_end": 1234567890
}
]