Skip to main content
GET
/
v1
/
billing
/
transactions
List credit transactions
curl --request GET \
  --url https://api.erna.ai/v1/billing/transactions \
  --header 'Authorization: Bearer <token>'
{
  "transactions": [
    {
      "id": "txn_123",
      "userId": "user_123",
      "amount": -125,
      "type": "usage",
      "reference": "run_123",
      "description": "Schedule generation",
      "createdAt": "2026-04-20T12:00:00.000Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

OAuth2 access token or API key

Query Parameters

limit
integer
Required range: 1 <= x <= 100
Example:

20

Response

Recent credit transactions

transactions
object[]
required