Read your account’s per-tenant cost caps. Read-only via the public API — caps are configured by the platform team based on your plan tier. Wrapped by the Python SDK and Node SDK.Documentation Index
Fetch the complete documentation index at: https://docs.kataven.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints at a glance
| Method | Path | Summary |
|---|---|---|
GET | /api/v1/call-limits | Get this tenant’s call limits |
Reference
GET /api/v1/call-limits
Get this tenant’s call limits
Returns the configured caps that gate every outbound originate request. Live counters are not exposed.
Responses
| Code | Description | Body |
|---|---|---|
200 | OK | handlers.CallLimitsResponse |
400 | Missing X-Account-ID header | string |
500 | Database error | string |

