v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
traces

Get filter fields for trace search queries.

Get a list of available fields which can be used in trace search queries.

get/v1/tracing/tracequery/fields

Response

List of available fields.

Example response

{
  "fields": [
    {
      "field": "operation",
      "fieldType": "SpanEventAttribute",
      "description": "A piece of the workflow represented by a span",
      "type": "StringTracingValue",
      "noValuesReason": {
        "code": "HighCardinalityField",
        "message": "Autocomplete has been disabled for this field due to high cardinality."
      }
    }
  ]
}