Get run
Get run
Returns a single test run by ID, with the fields that define it. A test run is one execution of a test, carrying how many of its checks passed.
GET
Get run
Authorizations
Voiceflow bearer token
Path Parameters
The ID of the test run to operate on.
Query Parameters
The ID of the project to operate on.
The alias of the environment to operate on (e.g. main).
Response
200 - application/json
Returns one run's outcome: its status, how many checks it evaluated and how many passed, the credits it consumed, and the trace and tool-call events recorded as the agent worked through the conversation. passedChecks and finishedAt are null until the run finishes, and failReason is null unless it finished in a failed state.