Inspect public usage and quota summary information.
GET /api/v1/navi/usage/summary
curl -s \ -H "Cookie: sb-access-token=<your-session-cookie>" \ https://dev.meridian7.io/api/v1/navi/usage/summary | jq
{ "data": { "billingPeriod": { "start": "2026-03-01T00:00:00.000Z", "end": "2026-04-01T00:00:00.000Z" }, "requests": { "count": 0, "limit": null }, "runs": { "count": 0, "limit": null }, "tokens": { "input": 0, "output": 0, "limit": null } }, "requestId": "req_123", "version": "v1" }
Was this page helpful?