Get Run
Runs
Get Run
Get specific test run by ID (Public API with API Key authentication)
Get Run
Authorizations
API Key for authentication. Get your API key from NOQA dashboard.
Headers
API Key for authentication
Path Parameters
Query Parameters
Application ID
Response
Successful Response
Response model for test run detail in Public API
Unique identifier of the test run
Example:
"550e8400-e29b-41d4-a716-446655440000"
Timestamp when the run was created
Overall run status
Available options:
queued, running, passed, failed, cancelled Examples:
"running"
"completed"
"cancelled"
Total number of tests in the run
Example:
10
Count of tests by status
Example:
{ "failed": 2, "passed": 3, "queued": 5 }Build information
Device configuration used for the run
List of tests in the run
