Get Subscription Invoices
Get all invoices for a subscription with pagination.
Works for both User and API Key authentication.
Account access is automatically validated via endpoint dependency.
Query parameters:
- include_items: If true, loads invoice line items (default: false)
- Standard pagination params: limit, offset, sortBy, sortOrder, filter, search
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
subscription_id
account_id
Query parameters
include_items
limit
Number of items per page
offset
Number of items to skip
filter
Filter conditions as key-value pairs or advanced filter objects (JSON string)
sortBy
Field to sort by
sortOrder
Sort order: 1 for ascending, -1 for descending
search
Keyword-based search across multiple fields
Response
Successful Response
items
total
has_more