Skip to main content
GET
/
traces
/
agent-names
List trace agent names
curl --request GET \
  --url https://api.example.com/traces/agent-names \
  --header 'Authorization: Bearer <token>'
{
  "agent_names": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

project_id
string
required

Project ID.

Response

Agent names

agent_names
string[]
required