AurionAI Docs

List Credit Transactions

Paginated transaction ledger for prepaid credits.

GET
/api/v1/billing/credits/transactions

Paginated transaction ledger for prepaid credits.

Authorization

AuthorizationBearer <token>

In: header

Query Parameters

resource_type?|

Filter by resource type (e.g. voice_minutes).

limit?Limit
Default50
Range1 <= value <= 200
offset?Offset
Default0
Range0 <= value

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/billing/credits/transactions"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}