APIAgents
Get agent
Get an agent instance by ID.
GET
/agent-instances/{agent_instance_id}Get an agent instance by ID.
Path Parameters
agent_instance_id*string
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/agent-instances/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": null, "user_id": null, "user_display_name": "string", "display_name": "string", "metadata": { "client_name": "string", "client_version": "string", "protocol_version": "string", "user_agent": "string", "ip_address": "string" }, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "last_used_at": "2019-08-24T14:15:22Z", "revoked_at": "2019-08-24T14:15:22Z", "agent_slug": "string", "external_id": "string", "token_endpoint_auth_method": "string", "is_dcr_managed": true}