Skip to main content
GET
/
v1
/
telemetry
/
traces
/
{trace_id}
Get Trace By Id
curl --request GET \
  --url https://api.example.com/v1/telemetry/traces/{trace_id}
{
  "trace_id": "<string>",
  "trace_id_base64": "<string>",
  "batches": [
    {}
  ]
}

Path Parameters

trace_id
string
required

Response

Successful Response

trace_id
string
required

Hex encoded trace identifier

trace_id_base64
string
required

Base64 identifier returned by Tempo

batches
Batches · object[]

Raw OTLP batches returned by Tempo

Last modified on April 21, 2026