Billing
List Transactions
List recent billing transactions, including usage charges and credit purchases.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.arouter.ai/llms.txt
Use this file to discover all available pages before exploring further.
Response
| Field | Description |
|---|---|
id | Unique transaction ID |
type | Transaction type, such as usage or credit |
amount | Positive for credit purchases, negative for usage charges |
description | Human-readable description of the transaction |
created_at | RFC3339 timestamp for when the transaction was recorded |
Notes
- Results are ordered from newest to oldest.
- Usage charges reflect normalized ARouter accounting, including cached tokens and reasoning tokens when applicable.
- For dashboard exports and grouping by model or API key, see Activity Export.