Skip to main content
GET
/
traces
/
{trace_id}
/
context
Get trace context bundle
curl --request GET \
  --url https://api.example.com/traces/{trace_id}/context \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

trace_id
string
required

Trace ID.

Query Parameters

project_id
string
required

Project ID.