Check the status and results of a test run. Use this endpoint to poll for run completion in CI/CD pipelines.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer token for API authentication
"Bearer your-api-token"
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)
Successfully retrieved run status
Internal run identifier
"550e8400-e29b-41d4-a716-446655440000"
6-character short ID used in URLs
"abc123"
Current run status
INITIATED, RUNNING, COMPLETED, ERROR, CANCELLED "COMPLETED"
Test result when status is COMPLETED, null otherwise
PASSED, FAILED, SKIPPED "FAILED"
Array of failed test cases (only populated when result is FAILED)