Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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" } ] }
Return recent credit transactions for the authenticated user.
OAuth2 access token or API key
1 <= x <= 100
20
Recent credit transactions
Show child attributes