Get span by id

Get span by id

Path parameters

idstringRequiredformat: "uuid"

Response

Span resource
start_timestringformat: "date-time"
idstring or nullformat: "uuid"
project_namestring or nullformat: "(?s)^\s*(\S.*\S|\S)\s*$"
If null, the default project is used
project_idstring or nullformat: "uuid"
trace_idstring or nullformat: "uuid"
parent_span_idstring or nullformat: "uuid"
namestring or null
typeenum or null
Allowed values:
end_timestring or nullformat: "date-time"
inputmap from strings to any or list of objects or string or null
outputmap from strings to any or list of objects or string or null
metadataobject or null
modelstring or null
providerstring or null
tagslist of strings or null
usagemap from strings to integers or null
error_infoobject or null
created_atstring or nullformat: "date-time"
last_updated_atstring or nullformat: "date-time"
created_bystring or null
last_updated_bystring or null
feedback_scoreslist of objects or null
commentslist of objects or null
total_estimated_costdouble or null>=0
total_estimated_cost_versionstring or null
durationdouble or null

Duration in milliseconds as a decimal number to support sub-millisecond precision

Errors