Get Credit Transactions
GET
/billing/credits/transactions
Get recent credit transactions for the authenticated user’s organization.
Returns up to limit transactions, most recent first.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
Limit
integer
Responses
Section titled “ Responses ”Successful Response
Response Get Credit Transactions Billing Credits Transactions Get
Array<object>
CreditTransactionA single entry in the append-only credit ledger.
object
id
required
Id
string
org_id
required
Org Id
string
amount
required
Amount
number
balance_after
required
Balance After
number
type
required
Type
string
created_at
required
Created At
string format: date-time
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context