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/memory/recalls/by-vendor \ --header 'x-api-key: <api-key>'
[ { "vendor": "<string>", "total": 123, "hits": 123, "empties": 123, "cache_hits": 123, "errors": 123, "hit_rate_pct": 123, "cache_hit_rate_pct": 123, "avg_context_length": 123, "p50_ms": 123, "p90_ms": 123, "p95_ms": 123, "p99_ms": 123 } ]
Successful Response
Was this page helpful?