Skip to main content
GET
/
api
/
v1
/
traces
/
{trace_id}
/
spans
Get Trace Spans Endpoint
curl --request GET \
  --url https://api.valiqor.com/api/v1/traces/{trace_id}/spans \
  --header 'Authorization: Bearer <token>'
{
  "trace_id": "<string>",
  "spans": {},
  "execution_tree": {}
}

Authorizations

Authorization
string
header
required

Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx

Path Parameters

trace_id
string
required

Response

Successful Response

Spans for Spans tab (lazy loaded)

trace_id
string
required
spans
Spans · object
required
execution_tree
Execution Tree · object