v5

latestOpenAPI 3.1.02026-08-025631,1012.8 MB
Organization Billing

List Transactions

List individual credit-usage transactions (most recent first).

The per-operation credit ledger: every credit debit, what consumed it (operation/extractor/resource), and when — the transaction-level itemization beyond the aggregated /usage/breakdown totals.

Query Parameters:

  • limit: page size (1-200, default 50)
  • offset: records to skip
  • billing_month: optional YYYY-MM filter

Requirements: Read permission.

Example:

response = await client.get(
    "/v1/organizations/billing/transactions",
    params={"limit": 50, "billing_month": "2026-06"},
)
get/v1/organizations/billing/transactions

Query parameters

limitinteger

Page size (max 200)

Example:50

Page size (max 200)

offsetinteger

Records to skip (pagination)

Records to skip (pagination)

billing_monthstring nullable

Optional YYYY-MM filter (defaults to all months)

Example:2026-06

Optional YYYY-MM filter (defaults to all months)

Response

Successful Response

totalinteger required

Total matching transactions

limitinteger required

Page size

offsetinteger required

Records skipped

has_moreboolean required

Whether more transactions exist beyond this page