計費
列出交易記錄
列出最近的帳單交易記錄,包括使用費用和信用購買。
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.
回應
| 欄位 | 描述 |
|---|---|
id | 唯一交易 ID |
type | 交易類型,如 usage 或 credit |
amount | 信用購買為正值,使用費用為負值 |
description | 交易的人類可讀描述 |
created_at | 交易記錄時間的 RFC3339 時間戳 |
說明
- 結果按從新到舊排序。
- 使用費用反映規範化的 ARouter 核算,包括適用時的快取 Token 和推理 Token。
- 如需控制台匯出以及按模型或 API key 分組,請參閱活動匯出。