Skip to main content
GET
Get trace for a call

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

call_id
string<uuid>
requerido

The call ID to get the trace for

Respuesta

Successful Response

Response schema for a complete trace.

id
string
requerido

The unique identifier for this trace.

span_count
integer
requerido

The number of spans in this trace.

call_id
string<uuid> | null

The DIGA call ID associated with this trace.

root_service
string | null

The service that initiated the trace.

start_time
string<date-time> | null

When the trace started.

end_time
string<date-time> | null

When the trace ended.

duration_ms
number | null

Total duration of the trace in milliseconds.

spans
SpanResponse · object[]

Hierarchical tree of spans with parent-child relationships.