Skip to main content
GET
Get run

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Path Parameters

runID
string
required

The ID of the test run to operate on.

Query Parameters

projectID
string
required

The ID of the project to operate on.

environmentAlias
string
required

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.

run
object
required