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-sandbox.featherhq.com/v1/analytics/tools/performance/by-provider \ --header 'x-api-key: <api-key>'
[ { "provider": "<string>", "invocations": 123, "p50_ms": 123, "p90_ms": 123, "p95_ms": 123, "p99_ms": 123, "avg_ms": 123, "max_ms": 123 } ]
Successful Response
Was this page helpful?