Skip to main content
POST
Start New Run

Authorizations

X-API-Key
string
header
required

Path Parameters

dataset_id
string
required

Body

application/json

Schema for starting a simulation run via the v1 API.

agent_id
string
required

Response

201 - application/json

Created

Response schema for simulation runs.

id
string
required
status
string
required
object
string
default:simulation_run
dataset_id
string | null
dataset_name
string | null
agent_id
string | null
agent_name
string | null
total_tests
integer
default:0
passed_tests
integer
default:0
failed_tests
integer
default:0
success_rate
number | null
error_message
string | null
started_at
string | null
completed_at
string | null