signinLogFilterValues
Get possible filter values for sign-in logs with optional search. This API supports typeahead/autocomplete functionality for filter dropdowns. When searchTerm is empty, returns top N most common values ordered by frequency. When searchTerm is provided, returns values matching the prefix in alphabetical order.
Arguments
| Argument | Type | Description |
|---|---|---|
| filterType (required) | SigninLogFilterType! | The type of filter to get possible values for (required). |
| timeRange (required) | TimeRangeInput! | Time range to scope the values (required for partition pruning). |
| searchTerm | String | Optional prefix to filter values (typeahead). |
| limit | Int | Maximum results to return (default: 50, max: 100). |
| existingFilters | SigninLogsFilters | Optional filters to scope the search (cross-filter dependency). |
Returns
SigninLogFilterValuesResponse!