Skip to main content
GET
Permission Required: project:read-runs
Retrieve a paginated list of jobs for your project.

Query Parameters

string
default:"all"
Filter by status: queued, running, completed, or all
string
Filter by test plan execution ID
string
Filter by test ID
string
Filter by tags (comma-separated). All specified tags must match. Example: tags=release,candidate
integer
default:"0"
Page number (0-indexed)
integer
default:"20"
Results per page (1-100)

Response

Job[]
required
Array of job objects
object
required
Pagination information

Job Object

string
required
Unique identifier for the job
string
required
Project the job belongs to
string
required
Job status: QUEUED, STARTING, RUNNING, STOPPING, CLEANING_UP, or COMPLETED
string
required
ISO 8601 timestamp when the job was created
string
ISO 8601 timestamp when the job completed
string
required
Test ID associated with this job
string
Test name, if available
string
Target platform, if available
string
Build ID used for this job
string
Test plan execution ID, if job was started from a test plan
string
Queue rejection reason, if the job was rejected
boolean
required
Whether test templating was enabled
object
Template variables used for this job
object
Who stopped this job, if it was stopped
string[]
required
Tags associated with this job
object
required
Retry counters for this job
RunSummary[]
required
Multiplayer runs associated with this job

Authorizations

X-Api-Key
string
header
required

API key for authentication

Path Parameters

projectId
string
required

The project ID. You can copy it from the project settings page or the project URL in the dashboard.

Query Parameters

status
enum<string>
default:all

Filter by job status

Available options:
queued,
running,
completed,
all
test_plan_execution_id
string<uuid>

Filter by test plan execution ID

multiplayer_test_id
string<uuid>

Filter by test ID

tags
string

Filter by tags (comma-separated). All specified tags must match.

page
integer
default:0

Page number (0-indexed)

page_size
integer
default:20

Results per page (1-100)

Required range: 1 <= x <= 100

Response

Successful response

data
object[]
pagination
object