Evaluators
Running Evaluators
External API view set for managing scenarios. This view set provides endpoints to list, create, and manage scenarios associated with a specific organization, authenticated via API key.
POST
Authorizations
API Key Authentication. It should be included in the header of each request.
Body
The AI agent this scenario is associated with
Alternative to agent ID - the assistant ID to use for this scenario
List of scenario IDs to run. Either scenarios or tags must be provided.
List of tags to filter scenarios to run. Either scenarios or tags must be provided.
The frequency of the scenarios to run
Label text for the run_scenarios
Response
201
application/json
Example:
167
Example:
1
Available options:
pending
, running
, completed
, failed
Example:
"pending"
Example:
0
Example:
false
Example:
[
{
"id": 274,
"scenario": 1,
"number": "+11234567890"
},
{
"id": 273,
"scenario": 2,
"number": "+11234567891"
}
]
Example:
"2025-02-25T21:00:01.990052Z"