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": [ {} ] }
Documentation IndexFetch the complete documentation index at: https://docs.vijil.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vijil.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Hex encoded trace identifier
Base64 identifier returned by Tempo
Raw OTLP batches returned by Tempo
Was this page helpful?