Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Bearer token for API authentication
Example:
"Bearer your-api-token"
Path Parameters
The UUID of your project (found embedded in code examples at Settings → Integrations → API)
The 6-character short ID of the run (returned from Start Run API response: run.shortId)
Response
Successfully retrieved run status
Internal run identifier
Example:
"550e8400-e29b-41d4-a716-446655440000"
6-character short ID used in URLs
Example:
"abc123"
Current run status
Available options:
INITIATED, RUNNING, COMPLETED, ERROR, CANCELLED Example:
"COMPLETED"
Test result when status is COMPLETED, null otherwise
Available options:
PASSED, FAILED, SKIPPED Example:
"FAILED"
Array of failed test cases (only populated when result is FAILED)