Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List IVR flows

Returns all IVR flows configured for this channel.

GET/v1/channels/{channelID}/ivr-flows
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
channelIDstringrequired
Channel ID
Responses
200OK
itemsIVRFlowSummary[] | nullrequired
Show properties
Array of IVRFlowSummary
created_atstringrequired
descriptionstringrequired
edge_countinteger<int64>required
idstringrequired
is_activebooleanrequired
is_call_startbooleanrequired
is_outgoing_endbooleanrequired
namestringrequired
node_countinteger<int64>required
whatsapp_accountstringrequired
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/channels/string/ivr-flows"
Response
{
  "items": [
    {
      "created_at": "string",
      "description": "string",
      "edge_count": 0,
      "id": "string",
      "is_active": true,
      "is_call_start": true,
      "is_outgoing_end": true,
      "name": "string",
      "node_count": 0,
      "whatsapp_account": "string"
    }
  ]
}