ivrs
Get a specific scenario by ID
Retrieves a specific scenario by its unique ID, regardless of which IVR it belongs to. This is a shortcut alternative to GET /ivrs/{ivrId}/scenarios/{scenarioId} when you already know the scenario ID but not the parent IVR ID.
Permission: IVRs Read required.
Monitoring impact:
- OFF: Returns the scenario only if the parent IVR is assigned to you.
- ON: Returns any scenario in the team.
get/scenarios/{scenarioId}
Path parameters
scenarioIdinteger required
The unique identifier of the scenario
Response
Successful operation
Example response
{
"scenario_id": 123456,
"ivr_id": 1234,
"name": "myscenario",
"color": "123456",
"scenario_type": "menu",
"is_default": true
}