Get test run status

View as Markdown
Retrieve the current status and result of a test run. Poll this endpoint to check for completion.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

idstringRequiredformat: "uuid"
Test run ID

Response

Run details
idstringformat: "uuid"
Unique run identifier
typeenum
Run type
statusenum
Current run status
inputmap from strings to any
Original request input
createdAtdatetime
When the run was created
platformenum or nullOptional
Target platform
deviceModelenum or nullOptional

Non-default mobile device variant within the run platform (e.g. ipad on iOS). Null means the platform default phone-sized device; explicitly requested defaults are stored as null.

sourceenum or nullOptional
Run source
projectIdstring or nullOptionalformat: "uuid"
Linked project ID
outputobject or anyOptional
Run output when completed or skipped
testPlanobject or nullOptional

Generated test plan (CI runs only)

errorobject or nullOptional
Error details when failed
durationMsdouble or nullOptional
Execution time in milliseconds
webhookUrlstring or nullOptionalformat: "uri"
Webhook delivery URL
webhookStatusenum or nullOptional
Webhook delivery status
testIdstring or nullOptionalformat: "uuid"
Linked test ID
stepResultslist of objects or nullOptional

Step-level results for structured test runs

userNamestring or nullOptional
Display name of the user who triggered the run
externalRefmap from strings to any or nullOptional

External integration metadata (e.g. GitHub PR/deployment IDs)

executionModeenum or nullOptional
Execution mode used for this run
autoRetryCountinteger or nullOptional
Number of times the run was automatically retried after a temporary failure. Failed attempts are not counted toward usage.
startedAtdatetime or nullOptional
When execution started
completedAtdatetime or nullOptional
When execution finished

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error