Fetch Trace
GET/preview/tracing/traces/:trace_id
Fetch Trace
Request
Path Parameters
trace_id anyrequired
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD1
- MOD1
Array [
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- OTelSpanKind
- MOD1
- MOD1
- MOD2
- MOD1
- MOD2
- OTelStatusCode
- MOD1
- MOD1
Array [
- MOD1
- MOD2
]
- MOD1
Array [
]
]
version Version (string)required
count Count (integer)required
oldestobject
anyOf
string
newestobject
anyOf
string
spansobject
anyOf
created_atobject
anyOf
string
updated_atobject
anyOf
string
deleted_atobject
anyOf
string
created_by_idobject
anyOf
string
updated_by_idobject
anyOf
string
deleted_by_idobject
anyOf
string
trace_id Trace Id (string)required
span_id Span Id (string)required
parent_idobject
anyOf
string
span_kindobject
anyOf
string
Possible values: [SPAN_KIND_UNSPECIFIED
, SPAN_KIND_INTERNAL
,
SPAN_KIND_SERVER
, SPAN_KIND_CLIENT
, SPAN_KIND_PRODUCER
,
SPAN_KIND_CONSUMER
]
span_nameobject
anyOf
string
start_timeobject
anyOf
string
integer
end_timeobject
anyOf
string
integer
status_codeobject
anyOf
string
Possible values: [STATUS_CODE_UNSET
, STATUS_CODE_OK
,
STATUS_CODE_ERROR
]
status_messageobject
anyOf
string
attributesobject
anyOf
eventsobject
anyOftimestampobject
name Name (string)required
timestampobjectrequired
anyOf
string
integer
attributesobject
anyOf
linksobject
anyOf
span_id Span Id (string)required
trace_id Trace Id (string)required
attributesobject
anyOf
tracesobject
anyOf
{
"version": "string",
"count": 0,
"oldest": "2025-05-15T13:01:54.262Z",
"newest": "2025-05-15T13:01:54.262Z",
"spans": [
null
],
"traces": {}
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detailobject[]
locobject[]required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...