Skip to main content
Create Run

Authorizations

x-api-key
string
header
required

API Key for authentication. Get your API key from NOQA dashboard.

Headers

x-api-key
string | null

API Key for authentication

Body

application/json

Request model for creating test run via Public API

app_id
string<uuid>
required

Application ID

Example:

"550e8400-e29b-41d4-a716-446655440000"

build_id
string<uuid>
required

ID of the build to test

Example:

"550e8400-e29b-41d4-a716-446655440000"

cases
CasesSelection · object
required

Test cases selection (by tags or IDs)

device
DeviceRequest · object
required

Target device configuration

Response

Successful Response

Response model for test run detail in Public API

id
string<uuid>
required

Unique identifier of the test run

Example:

"550e8400-e29b-41d4-a716-446655440000"

created_at
string<date-time>
required

Timestamp when the run was created

status
enum<string>
required

Overall run status

Available options:
queued,
running,
passed,
failed,
cancelled
Examples:

"running"

"completed"

"cancelled"

test_count
integer
required

Total number of tests in the run

Example:

10

statuses
Statuses · object
required

Count of tests by status

Example:
build
BuildResponse · object | null

Build information

device
DeviceConfig · object | null

Device configuration used for the run

tests
TestSummaryResponse · object[]

List of tests in the run