Skip to main content
GET
Get a run

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header.

Path Parameters

runId
string
required

ID of the run.

Response

Success

One run of a test inside an execution

id
string | null
testId
string | null
agentId
string | null
kind
enum<string>
Available options:
Simulation,
Classification
executionId
string | null

Execution (launch) this run was created by

attempt
integer<int32>

Position of this run among the repetitions of its test in the execution (1..repetitions)

status
enum<string>
Available options:
Queued,
Running,
Passed,
Failed,
Error,
Cancelled
errorReason
string | null

Human-readable reason when status is Error

errorDetail
string | null

Technical detail of the error, for diagnosis

agentChangeId
string | null

Identifier of the latest change of the agent when the run was launched

createdAt
string<date-time>
dispatchedAt
string<date-time> | null
finishedAt
string<date-time> | null
simulation
object
classification
object