v52

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

List Spans

List spans, optionally filtered by trace_id and/or task_id

get/spans

Query parameters

trace_idstring nullable
task_idstring nullable
limitinteger
page_numberinteger
order_bystring nullable
order_directionstring

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