Create Eval Run

Runs a saved or transient eval against an assistant or squad and creates an eval-run record containing the results.

Authentication

AuthorizationBearer
Authenticate server-side requests with a private Vapi API key. Create or copy a key from the [Vapi Dashboard](https://dashboard.vapi.ai) and send it in the `Authorization` header as `Bearer <token>`. Keep private API keys out of client-side code and public repositories.

Request

This endpoint expects an object.
targetobjectRequired
This is the target that will be run against the eval
typeenumRequired

This is the type of the run. Currently it is fixed to eval.

evalobjectOptional
This is the transient eval that will be run
evalIdstringOptional
This is the id of the eval that will be run.

Response