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/duration-distribution
{ "stats": { "total": 0, "avg_ms": 0, "min_ms": 0, "max_ms": 0, "p50_ms": 0, "p75_ms": 0, "p90_ms": 0, "p95_ms": 0, "p99_ms": 0 }, "histogram": [ { "bucket_start_ms": 123, "bucket_end_ms": 123, "count": 123 } ] }
1000 <= x <= 60000
Successful Response
Response for duration distribution.
Duration statistics.
Show child attributes