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/knowledge/documents/top-retrieved \ --header 'x-api-key: <api-key>'
[ { "document_id": "<string>", "kb_id": "<string>", "hit_count": 123, "sum_score": 123, "avg_score": 123, "max_score": 123, "best_rank": 123 } ]
1 <= x <= 200
Successful Response
Was this page helpful?