Skip to main content
GET
cURL

Path Parameters

traceId
string
required

Unique trace identifier (32 lowercase hex characters)

Required string length: 32
Pattern: ^[a-f0-9]{32}$
Example:

"0af7651916cd43dd8448eb211c80319c"

Response

The request has succeeded.

Complete trace containing all related spans

trace_id
string
required

Trace identifier

Required string length: 32
Pattern: ^[a-f0-9]{32}$
Example:

"0af7651916cd43dd8448eb211c80319c"

spans
object[]
required

All spans in this trace

span_count
integer<int32>
required

Total span count

duration_ns
integer<int64>
required

Trace duration in nanoseconds

Required range: x >= 0
start_time
string<date-time>
required

Trace start time

end_time
string<date-time>
required

Trace end time

services
string[]
required

Services involved in this trace

has_error
boolean
required

Whether trace contains errors

root_span
object

Root span of the trace