Get Trace Span

GET

Retrieve specified span

Path parameters

trace_idstringRequired

The ID of the trace which the span is a part of.

span_idstringRequired

The ID of the span to retrieve.

Response

This endpoint returns an object.
Childrenlist of objects
Timestampdatetime
TraceIdstring
SpanIdstring
ParentSpanIdstring
TraceStatestring
SpanNamestring
SpanKindstring
ServiceNamestring
ResourceAttributesmap from strings to strings
ScopeNamestring
ScopeVersionstring
SpanAttributesmap from strings to strings
Durationinteger
StatusCodestring
StatusMessagestring
Events.Timestamplist of datetimes
Events.Namelist of strings
Events.Attributeslist of maps from strings to strings
Links.TraceIdlist of strings
Links.SpanIdlist of strings
Links.TraceStatelist of strings
Links.Attributeslist of maps from strings to strings

Errors