Skip to main content
GET
List IVR Transfer References
Read only List IVR transfer references before publishing a new version of an agent that may receive IVR handoffs. The result identifies published IVR agents in your workspace whose live menus point to this agent.

Before you begin

  • Find the target agent ID through List Agents.
  • Review the target draft before changing published behavior.

List IVR Transfer References Request

Verify the result

Read the data array in the 200 response. Each item contains an IVR agent id and name. An empty array means no matching published IVR reference was found. Draft-only menus are not included.

Errors and recovery

401 means the API key is missing or invalid. Confirm the ID and active workspace if the list is unexpectedly empty. This read does not publish anything and is safe to retry.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Agent ID from List Agents.

Example:

"agent_2g7Xy3tY53gRlp"

Response

Successful response.

success
boolean
required
error
boolean
required
statusCode
integer
required
message
string
required
data
object[]
required
timestamp
string<date-time>
required