Retrieves the 1,000 most frequently used filters for a search that didn’t return any results.
To get the most frequent searches without results, use the Retrieve searches without results operation.
analyticsYour 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.
Index name.
"ALGOLIA_INDEX_NAME"
Search query.
Start date of the period to analyze, in YYYY-MM-DD format.
"2022-09-19"
End date of the period to analyze, in YYYY-MM-DD format.
"2023-01-21"
Number of items to return.
x <= 1000Position of the first item to return.
x >= 0Tags 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.
OK
Filters for searches without any results.
If null, the search term specified with the search parameter isn't a search without results,
or the search parameter is absent from the request.