Create Evaluators from Call Logs
Create scenarios from call logs in background using Celery tasks.
Authorizations
API Key Authentication. It should be included in the header of each request.
Body
Agent ID, required if assistant_id is not provided
Example: 2142
Assistant ID, required if agent_id is not provided
Example: asst_1234567890
List of call log IDs to create scenarios from. Can also be the string "all" to process all call logs.
Example: [1, 2, 3] or "all"
Optional agent ID to copy created scenarios to
Example: 2142
Project ID. Required when using folder_path.
Example: 1376
Folder path to assign the created scenarios to.
Example: "Sales.Inbound"
Response
Unique identifier for tracking the progress of scenario creation