Execute a V2 run (conversation phase)

Runs all test cases against the agent. The run must be in queued status.
After execution, use the evaluate endpoint to score results.

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
Body Params
integer
1 to 50
boolean
Defaults to true

When true (the default), execution runs asynchronously and the
endpoint returns a V2RunActionResponse immediately — poll the run for
completion. Set false to block until execution finishes and receive
the updated V2Run.

Responses

409

Run is not in a valid state for execution

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