Skip to main content
POST
/
traces
/
agent-names-by-ids
Get agent names by trace ids
curl --request POST \
  --url https://api.example.com/traces/agent-names-by-ids \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>",
  "trace_ids": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
project_id
string
required
trace_ids
string[]
required