Retrieve no results rate
Retrieves the fraction of searches that didnโt return any results within a time range, including a daily breakdown. It also returns the count of searches and searches without results used to compute the rates.
analyticsAuthorizations
Your Algolia application ID.
Your Algolia API key with the necessary permissions to make the request. Permissions are controlled through access control lists (ACL) and access restrictions. The required ACL to make a request is listed in each endpoint's reference.
Query Parameters
Index name.
"ALGOLIA_INDEX_NAME"
End date of the period to analyze, in YYYY-MM-DD format.
"2023-01-21"
Start date of the period to analyze, in YYYY-MM-DD format.
"2022-09-19"
Tags by which to segment the analytics.
You can combine multiple tags with OR and AND.
Tags must be URL-encoded.
For more information, see Segment your analytics data.
Response
OK
Number of searches.
504
Daily no results rates.
Number of searches without any results.
54
No results rate: calculated as the number of searches with zero results divided by the total number of searches.
0 <= x <= 10.49