v52

OpenAPI 3.1.0raw.githubusercontent.com2026-08-03512878906.5 KB
Traces

Fetch Span

Fetch a single span by trace_id + span_id.

Returns {count: 1, span} when found and {count: 0} otherwise. Both IDs are required path parameters. Use this to drill in on one span from a trace waterfall without pulling the full tree.

get/spans/{trace_id}/{span_id}

Path parameters

trace_idstring required
span_idstring required

Response

Successful Response

countinteger

1 if a span was returned, 0 otherwise.