v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBspanAnalytics
Get span analytics query filter field values.
Get a list of available values for the given span analytics query filter field. Not all fields support value listing. The response is paginated with a default limit of 10 field values per page.
get/v1/tracing/spanquery/fields/{field}/values
Path parameters
fieldstring required
Field identifier.
Query parameters
querystring
Search filter to apply on the values to be returned. Only values containing the search query term will be returned.
limitinteger
The maximum number of results to fetch.
tokenstring
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.
Response
List of available filter values for the given field.
Example response
{
"totalCount": 1234,
"next": "Mi93V0ZqTTBzaW89"
}