v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0189112274.5 KB
Spans

Get Span

Get a span by ID

get/spans/{span_id}

Path parameters

span_idstring required

Response

Successful Response

idstring required
trace_idstring required

Unique identifier for the trace this span belongs to

task_idstring nullable

ID of the task this span belongs to

parent_idstring nullable

ID of the parent span if this is a child span in a trace

namestring required

Name that describes what operation this span represents

start_timestring date-time required

The time the span started

end_timestring date-time nullable

The time the span ended