Get request usage statistics and budget info for your API key
Returns your API key’s request counts and monthly credit consumption. Use this to monitor how close you are to your credit limit, track usage trends, or build self-budgeting logic into your integration. This endpoint does not consume monthly credit budget. This route is also the safest place to inspect the packaging metadata attached to your key and request path. The response headers include:Documentation Index
Fetch the complete documentation index at: https://docs.shoal.xyz/llms.txt
Use this file to discover all available pages before exploring further.
X-Plan-TierX-Api-SurfaceX-Access-LayerX-Endpoint-PolicyX-Credit-Cost| Field | Description |
|---|---|
today | Requests made since midnight UTC today |
thisWeek | Requests made since the start of the current week |
thisMonth | Requests made since the start of the current month |
budget.limit | Monthly credit budget for the API key |
budget.used | Credits consumed so far this month |
budget.remaining | Credits remaining for the current month |
today, thisWeek, thisMonth) track request volume. The budget object tracks monthly credit consumption./v1/usage itself is an evaluation-layer usage surface and does not consume monthly credits.