Skip to main content
GET
List Changed IVR Transfer Targets
Read only List changed IVR transfer targets to see which agents have been published since the IVR was last published. Use the result to choose handoff paths to retest before republishing the IVR.

Before you begin

  • Get the IVR agent ID from List Agents.
  • The comparison uses the IVR’s latest published menu, not unreviewed targets in a draft.

List Changed IVR Transfer Targets Request

Verify the result

The 200 response has a data array of target agent IDs and names. An empty result can mean no target changed, the IVR has never been published, or the requested agent is not an IVR. New calls already use each target’s current published configuration.

Errors and recovery

401 means the API key is missing or invalid. Check the IVR’s published state before interpreting an empty result. This read is safe to retry and does not publish the IVR.

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