GET /v1/account
Poll account status from your integration using the same API key you use for inference.Example response
Field guide
| Field | Meaning |
|---|---|
balance_usd | Total wallet balance |
reserved_usd | Pre-held for in-progress runs |
available_usd | balance - reserved — spendable now |
concurrency.limit | Organization parallel run cap |
concurrency.in_flight | Runs using slots now |
api_key_concurrency | Limits for the current API key |
GET /v1/account/keys
Per-key concurrency breakdown for all active keys:Response headers
Run submit responses may include:Polling guidance
- Poll
/v1/accountevery 15–30 seconds for dashboards - If
concurrency.available === 0, queue or backoff before submitting more runs - If
wallet.available_usdis low, top up at Console → Billing
Console alternative
For UI or admin tools, useGET /console/v1/concurrency/status with a bearer token. See Console limits.