Agents

Get agent by object ID

Required API-key scope: agents:read.

get /agents/{agent_object_id}

Authorizations

x-api-key string header required

Talus API Key in the form key_id.secret. The API also accepts Authorization: ApiKey <key_id.secret>, but the docs UI is configured to send x-api-key.

Path Parameters

agent_object_id string required

Agent object id

200application/json

Agent detail

response any

404

Agent was not found

500

Internal server error