Skip to main content
POST
Run agent benchmark

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

agent_uuid
string
required

Agent to benchmark

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Body

application/json
models
string[]
required

Model names to benchmark

Example:
test_uuids
string[] | null

A subset of the agent's linked tests to benchmark. Each ID must be linked to the agent. Omit to run all linked tests

Example:

Response

Successful Response

task_id
string
required

Test run job ID. Poll it for status and results

Required string length: 36
Example:

"a3b2c1d0-e5f4-3210-abcd-ef1234567890"

status
enum<string>
required

Current status of the run

Available options:
queued,
in_progress