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://api.getgranite.ai/api/analytics/queue-metrics
{ "data": [ { "time": "<string>", "total_queued": 0, "avg_wait_ms": 0, "p50_wait_ms": 0, "p95_wait_ms": 0, "max_wait_ms": 0 } ], "granularity": "<string>" }
hour
day
week
month
Successful Response
Response for queue metrics.
Show child attributes