Skip to main content

List credit ledger entries

GET 

/api/v1/credits/ledger

Return credit ledger entries showing individual credit batches owned by the org.

Each entry represents one batch of credits with:

  • Purchase date and expiration date.
  • Original and remaining amounts.
  • Source metadata (purchase, bonus, adjustment).

By default, expired and fully-consumed entries are excluded — opt in with the include_expired / include_exhausted query parameters.

  • Scope required: billing:read.
  • Built-in role required: owner/admin.

Request

Responses

Successful Response