List Runs
Runs
List Runs
List test runs for app (Public API with API Key authentication)
List Runs
Authorizations
API Key for authentication. Get your API key from NOQA dashboard.
Headers
API Key for authentication
Query Parameters
Application ID
Number of records to skip
Required range:
x >= 0Maximum number of records
Required range:
1 <= x <= 100Response
Successful Response
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
