Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get trace by ID.
cURL
curl --request GET \ --url https://api.example.com/v1/telemetry/traces/{trace_id}
{ "trace_id": "<string>", "trace_id_base64": "<string>", "batches": [ {} ] }
Successful Response
Hex encoded trace identifier
Base64 identifier returned by Tempo
Raw OTLP batches returned by Tempo
Was this page helpful?