Skip to main content
GET
/
traces
/
by-run-id
Get trace by run id
curl --request GET \
  --url https://api.example.com/traces/by-run-id \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

run_id
string

Agent run id.