latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

ivrs

List IVRs (Interactive Voice Response)

Retrieves all IVR (Interactive Voice Response) configurations for your team. An IVR defines an automated call flow — menu options, routing rules, welcome messages, business hours, and queue behavior. Each IVR has one or more scenarios (call flow variants). The total count is in the list_count field.

Permission: IVRs Read required.

Monitoring impact:

  • OFF: Returns only IVRs assigned to you (IVRs using your numbers).
  • ON: Returns all IVRs in the team.
get/ivrs

Response

Successful operation — returns the list of IVRs.

list_countinteger

The size of the list

Example response

{
  "list_count": 1,
  "list": [
    {
      "ivr_id": 123456,
      "color": "ff6b6b",
      "name": "StandardFacile",
      "scenarios": [
        {
          "scenario_id": 123456,
          "ivr_id": 1234,
          "name": "myscenario",
          "color": "123456",
          "scenario_type": "menu",
          "is_default": true
        }
      ],
      "is_open": true
    }
  ]
}