Skip to main content
POST
Run evaluators against a VAPI WebRTC agent

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Body

scenarios
integer[]
required

List of scenario IDs to run

vapi_assistant_id
string
required

The VAPI assistant ID to test against

agent_id
integer

Agent ID (optional if scenarios all belong to one agent)

project_id
integer
frequency
integer
default:1
name
string
concurrency_limit
integer
mock_tool_names
string[]

Names of mock tools to activate for this run. Omit (or send null) to mock every tool configured on the agent; send an empty list to mock none so every tool keeps its original endpoint; send specific names to mock only those.

Response

id
integer

ID of the result

agent
integer

ID of the agent

status
enum<string>

Status of the result

Available options:
pending,
running,
completed,
failed
run_as_text
boolean

Whether the scenario ran as text or not

Example:

false

runs
object[]
Examples:
created_at
string<date-time>
Example:

"2025-02-25T21:00:01.990052Z"