GetScenarios
Gets the account’s scenarios.
Allowed roles: Owner, Admin, Developer.
Example request: Get two scenarios, but skip the first one.
Authentication
AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value:
```
Authorization: Bearer $VOXIMPLANT_TOKEN
```
See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.
Query parameters
scenario_id
The scenario ID to filter
scenario_name
The scenario name to filter. Can be used instead of scenario_id. All scenarios containing this param in their names are returned. The parameter is case insensitive
with_script
Whether to get the scenario text. You must specify the ‘scenario_id’ too!
count
The max returning record count
offset
The first N records are skipped in the output
application_id
ID of the scenario's application
application_name
Name of the scenario's application
Response
Successful response
result
total_count
The total found scenario count
count
The returned scenario count
application_id
ID of the scenario's application
application_name
Name of the scenario's application
extended_application_name
Application name including the node name