Skip to main content
GET
List Transactions

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

Query Parameters

limit
integer
default:50

Page size (max 200)

Required range: 1 <= x <= 200
Example:

50

offset
integer
default:0

Records to skip (pagination)

Required range: x >= 0
billing_month
string | null

Optional YYYY-MM filter (defaults to all months)

Example:

"2026-06"

Response

Successful Response

Paginated list of credit-usage transactions (most recent first).

total
integer
required

Total matching transactions

limit
integer
required

Page size

offset
integer
required

Records skipped

has_more
boolean
required

Whether more transactions exist beyond this page

transactions
TransactionInfo · object[]

Credit-usage transactions, newest first