cURL
curl --request GET \ --url https://api.example.com/api/dashboards/analytics/top-knowledge-assets \ --header 'Authorization: Bearer <token>'
{ "labels": [ "<string>" ], "values": [ 123 ], "days_accessed": [ 123 ], "days": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.genow.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.genow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication. Format: 'Bearer '
x >= 1
Successful Response
Was this page helpful?