Get test run status
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
id
Test run ID
Response
Run details
id
Unique run identifier
type
Run type
Allowed values:
status
Current run status
Allowed values:
input
Original request input
createdAt
When the run was created
platform
Target platform
Allowed values:
source
Run source
projectId
Linked project ID
output
Test result when completed
testPlan
Generated test plan (CI runs only)
error
Error details when failed
durationMs
Execution time in milliseconds
webhookUrl
Webhook delivery URL
webhookStatus
Webhook delivery status
Allowed values:
testId
Linked test ID
stepResults
Step-level results for structured test runs
userName
Display name of the user who triggered the run
externalRef
External integration metadata (e.g. GitHub PR/deployment IDs)
executionMode
Execution mode used for this run
Allowed values:
startedAt
When execution started
completedAt
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

