Spans
Create Span
Create a new span with the provided parameters
post/spans
Request body
idstring nullable
Unique identifier for the span. If not provided, an ID will be generated.
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
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