v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBGet trace search query filter field values.
Get a list of available values for the given trace search query filter field. Not all fields support value listing. The response is paginated with a default limit of 10 values per page.
Path parameters
Field identifier.
Query parameters
Search filter to apply on the values to be returned. Only values containing the search query term will be returned.
The maximum number of results to fetch.
Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. token is set to null when no more pages are left.
Indicates the kind of a field. Possible values: SpanAttribute, SpanEventAttribute.
Response
List of available filter values for the given field.
Example response
{
"totalCount": 1234,
"next": "Mi93V0ZqTTBzaW89"
}