List Usage Transactions
GET /usage/transactions
GET
/usage/transactions
Paginated credit-transaction ledger for the authenticated org (most recent first).
Supports both page-number pagination (page/limit) and opaque cursor
pagination (cursor). When cursor is supplied it wins; the response always
returns next_cursor for forward iteration.
Authorizations
Parameters
Query Parameters
Header Parameters
Responses
200
Successful Response
object
data
required
Array<object>
A single credit-ledger transaction.
object
amount
Credit delta (negative = spend)
number
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string