List invoices
GET /tenants/{tenant}/invoices
GET
/tenants/{tenant}/invoices
List all invoices for the tenant, ordered by billing period. Each invoice contains line items, totals, and applied credits.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
Responses
Section titled “ Responses ”List of invoices
object
items
Array<object>
object
billingPeriod
object
end
string
Example
2026-03-31T23:59:59Z start
string
Example
2026-03-01T00:00:00Z createdAt
string
Example
2026-03-01T00:00:00Z name
string
Example
2026-03 resourceVersion
string
Example
102934 status
object
creditsApplied
string
Example
20.00 currency
string
Example
USD lineItems
Array<object>
object
key
additional properties
phase
string
Example
Paid subtotal
string
Example
120.00 total
string
Example
100.00Invalid tenant name
object
error
string
Missing or invalid authentication
object
error
string
Not a member of this tenant
object
error
string
Rate limit exceeded
object
error
string