v55

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04522891921.1 KB
Traces

Fetch Trace

Fetch a single trace by trace_id in the canonical Trace shape.

Returns {count: 1, trace} when found and {count: 0} otherwise. trace_id must be a 32-char hex UUID; any other format returns 400. The reserved path segments query and ingest return 405 to disambiguate from the sibling query/ingest endpoints.

get/traces/{trace_id}

Path parameters

trace_idstring required

Response

Successful Response

countinteger

1 if a trace was returned, 0 otherwise.