v52

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

Fetch Spans

Fetch spans by known IDs.

Point lookup endpoint. At least one of trace_id or span_id must be present. Both accept either repeated query params (?trace_id=a&trace_id=b) or a comma-separated single param (?trace_ids=a,b); results are deduplicated.

Returns 400 when neither IDs nor trace IDs are supplied. For filter-based retrieval, use POST /spans/query.

get/spans/

Query parameters

trace_idstring[] nullable
trace_idsstring nullable
span_idstring[] nullable
span_idsstring nullable

Response

Successful Response

countinteger

Total number of matching spans in the window.