Launch an end-to-end run (create + execute + evaluate)

Creates a run, then executes and evaluates all test cases.

By default (async_mode=true) this returns a V2RunActionResponse
immediately with the created run in a non-terminal state — poll
GET /testing/v2/runs/{run_id}/summary until status is completed,
failed, or cancelled. Set async_mode=false to block until the run
finishes and receive a full V2RunSummary.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required
length ≥ 1
test_case_ids
array of strings
test_case_ids
evaluation_policy
object

Policy controlling how evaluation is performed.

integer
1 to 50

Number of test cases to execute in parallel

boolean
Defaults to true

When true (the default), the run is processed asynchronously and the
endpoint returns a V2RunActionResponse immediately — poll the run for
completion. Set false to block until the run finishes and receive a
V2RunSummary.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json