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://studio.eigenpal.com/api/v1/runs/{id}/usage \ --header 'Authorization: Bearer <token>'
{ "usage": { "tokens": { "input": 123, "output": 123, "cacheRead": 123, "cacheWrite": 123 }, "creditsCharged": 123, "durationMs": 123, "llmCallCount": 123, "ocrPagesProcessed": 123, "agentTurns": 123 } }
Get token, credit, duration, and execution usage for a run.
API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Run id
Run usage
Show child attributes