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/endpoint-usage
{ "data": [ { "endpoint_slug": "<string>", "http_method": "<string>", "invocations": 123, "success_count": 123, "success_rate": 123, "avg_response_time_ms": 123, "p95_response_time_ms": 123 } ] }
1 <= x <= 50
Successful Response
Response for endpoint usage.
Show child attributes