List Invoice Items
List invoice items for an account with pagination.
Surfaces floating/pending invoice items (e.g. usage charges not yet swept into a renewal invoice) that were previously only reachable by their id. Works for both User and API Key authentication; account access is validated by the endpoint dependency.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Query parameters
customer_id
Filter by customer ID (cus_…).
subscription_id
Filter by subscription ID (sub_…).
status
Filter by attachment state: ‘floating’ (unbilled, invoice_id is null) or ‘attached’ (swept onto an invoice).
Allowed values:
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
Errors
422
Unprocessable Entity Error