---
title: "List trace fields"
method: GET
path: "/v3/traces/fields"
tags: ["Traces"]
---

# List trace fields

`GET /v3/traces/fields`

List currently supported static trace fields.

## Response `200`

OK

- ListTraceFieldsResponse
  - `data` TraceField[]
    - `name` string
    - `label` string
    - `type` string
    - `scope` string
    - `match` string
    - `operators` string[]
    - `facet` boolean
    - `sortable` boolean
    - `groupable` boolean
    - `aliases` string[]
    - `enum_values` string[]

## Changes

> 257 revisions in range; 71 not diffed.

- **2026-08-02** `6f132f005b2a` — 1 breaking
  - api path removed without deprecation
- **2026-07-31** `3128fb112d66` — 1 info
  - endpoint added
- **2026-07-30** `d1ae9e3491f7` — 1 breaking
  - api path removed without deprecation
- **2026-07-30** `d1e90514e673` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/orq-ai/apis/orq-ai-api/changes/v3/traces/fields/get.md)

---

[API](https://skmtc.dev/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.dev/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/revisions/359a7831a2f0/schema)
