API’s for managing scenarios. This view set provides endpoints to list, create, and manage and run scenarios.
API Key Authentication. It should be included in the header of each request.
The AI agent this evaluator is associated with
Alternative to agent ID - the assistant ID to use for this scenario
Example: "asst_1234567890"
List of evaluator IDs to run. Either evaluators or tags must be provided.
Example: [11, 22, 33]
List of tags to filter evaluators to run. Either evaluators or tags must be provided.
Example: ["tag1", "tag2", "tag3"]
The number of times each evaluator will run
Example: 1
Label text for result
Override the phone number to use for outbound calls. Example: "+1234567890"
List of personality IDs to override for this run. If not provided, uses the scenario's default personality.
Example: [123, 456, 789]
List of test profile IDs to override for this run. If not provided, uses the scenario's default test profile.
Example: [123, 456, 789]
Using same or different phone numbers for each evaluation
same_number - same_numberdifferent_numbers - different_numberssame_number, different_numbers