Jobs
List Jobs
Retrieve a paginated list of jobs for your project.
GET
Permission Required:
project:read-runsQuery Parameters
Filter by status:
queued, running, completed, or allFilter by test plan execution ID
Filter by test ID
Filter by tags (comma-separated). All specified tags must match. Example:
tags=release,candidatePage number (0-indexed)
Results per page (1-100)
Response
Array of job objects
Pagination information
Job Object
Unique identifier for the job
Project the job belongs to
Job status:
QUEUED, STARTING, RUNNING, STOPPING, CLEANING_UP, or COMPLETEDISO 8601 timestamp when the job was created
ISO 8601 timestamp when the job completed
Test ID associated with this job
Test name, if available
Target platform, if available
Build ID used for this job
Test plan execution ID, if job was started from a test plan
Queue rejection reason, if the job was rejected
Whether test templating was enabled
Template variables used for this job
Who stopped this job, if it was stopped
Tags associated with this job
Retry counters for this job
Multiplayer runs associated with this job
Authorizations
API key for authentication
Path Parameters
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Query Parameters
Filter by job status
Available options:
queued, running, completed, all Filter by test plan execution ID
Filter by test ID
Filter by tags (comma-separated). All specified tags must match.
Page number (0-indexed)
Results per page (1-100)
Required range:
1 <= x <= 100