Get filter value suggestions
Retrieves autocomplete suggestions for specified filter parameter values observed within the current client account during the requested time range. Use the returned value in the filter parameters of an analytics data request (GET /v1/analytics/requests and GET /v1/analytics/traffic-filtered). count reports how many times the value was observed in the requested range.
Documentation Index
Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Parsed user-agent field type.
user-agent-clients, user-agent-devices, organizations Query Parameters
List of domain IDs. Empty list means all domains belonging to the current account.
Domain ID
[1, 2, 3]Case-insensitive partial autocomplete pattern matched against the value name by the value provider. Empty or omitted returns the available suggestions for the current account and time range.
Suggestion ordering. count sorts by observed occurrence count descending (most frequent first) with value as a tie breaker; value sorts alphabetically by value ascending with count as a tie breaker.
count, value Filter data items starting from a specified date in ISO 8601 format
"2024-04-13T00:00:00+01:00"
Filter data items up to a specified end date in ISO 8601 format. If not provided, defaults to the current date and time.
"2024-04-14T12:00:00Z"
Number of items to return
50 <= x <= 200Number of items to skip
0 <= x <= 100000Response
Successful Response