curl --request GET \
--url https://api.getfernand.com/reporting/knowledge/searches \
--header 'X-API-Key: <api-key>'{
"most_searched": [
{
"term": "password reset",
"quantity": 847
}
],
"no_results": [
{
"term": "api documentation",
"quantity": 94
}
]
}curl --request GET \
--url https://api.getfernand.com/reporting/knowledge/searches \
--header 'X-API-Key: <api-key>'{
"most_searched": [
{
"term": "password reset",
"quantity": 847
}
],
"no_results": [
{
"term": "api documentation",
"quantity": 94
}
]
}Returns analytics on knowledge base search behavior, including the 10 most frequently searched terms and the 10 most common searches that returned no results. This data helps identify content gaps and popular topics in the knowledge base.Documentation Index
Fetch the complete documentation index at: https://developers.getfernand.com/llms.txt
Use this file to discover all available pages before exploring further.
Start date for the statistics range in YYYY-MM-DD format.
End date for the statistics range in YYYY-MM-DD format.
Was this page helpful?