Skip to main content
The management API’s trace search endpoint. Returns rows from ClickHouse matching the filters you pass as query parameters.

Query parameters

Response

total is the full match count ignoring limit/offset, so you can render pagination UI without a second query.

Curl

Full trace content

The list endpoint returns a summary row. To fetch the full prompt and response text for one trace, hit:
If the engine is running with OPENTRACY_TRACE_CONTENT=false, the input_text and output_text fields are omitted — the row keeps its cost/latency/metadata, but the content was never persisted. See Traces → Privacy.

Errors