Get invoice
GET /tenants/{tenant}/invoices/{name}
GET
/tenants/{tenant}/invoices/{name}
Retrieve a specific invoice by name (typically the billing period, e.g., “2026-03”). Includes detailed line items with per-resource cost breakdowns.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
name
required
string
Invoice name (billing period)
Responses
Section titled “ Responses ”Invoice details
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.00Headers
Section titled “Headers ” ETag
string
Resource version
Invalid name
object
error
string
Missing or invalid authentication
object
error
string
Not a member of this tenant
object
error
string
Invoice not found
object
error
string
Rate limit exceeded
object
error
string