Agents

List transfer targets

Retrieve all transfer targets configured on an agent. Includes both agent-to-agent transfers and phone number transfers (cold/warm).

GET
/agents/{id}/transfer-targets
Authorization<token>

API key in the format: Bearer YOUR_API_KEY

In: header

Path Parameters

idstring

Agent ID

Formatuuid

Response Body

application/json

application/json

curl -X GET "https://api.chorus-ai.co/v1/agents/497f6eca-6276-4993-bfeb-53cbbbba6f08/transfer-targets"
{
  "data": [
    {
      "type": "agent",
      "targetAgentId": "3c3fbf7a-16c0-4680-876b-31293e797760",
      "targetAgentName": "string",
      "description": "string"
    }
  ]
}
{
  "error": "string",
  "details": [
    {}
  ]
}

Last updated on