Runs
List Runs
Retrieve a paginated list of runs for your project.
GET
Permission Required:
project:read-runsQuery Parameters
Filter by state:
running, completed, or allFilter by test ID
Filter by job ID
Filter by test plan execution ID
Filter by test type (e.g.,
verification)Filter by tags (comma-separated). All specified tags must match. Example:
tags=nightly,regressionFilter by runs that found bugs (
bugs=true returns runs where bug_info.bug_count > 0)Page number (0-indexed)
Results per page (1-100)
Response
Array of run objects
Pagination information
Run Object
Unique identifier for the run (12 lowercase alphanumeric chars)
Job identifier that created this run
Project the run belongs to
Current state:
initializing, running, or completedResult:
success, failure, error, or null if not completedBug summary (for verification tests only)
Test information
Build used for the run
ISO 8601 timestamp when run was created
ISO 8601 timestamp when run started
ISO 8601 timestamp when run completed
Run duration in milliseconds
Who/what started the run
Tags assigned to the run
Individual player runs (for multiplayer tests)
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 state
Available options:
running, completed, all Filter by test ID
Filter by job ID
Filter by test plan execution ID
Filter by test type (e.g., verification)
Filter by tags (comma-separated). All specified tags must match.
Filter by runs that found bugs (true returns runs where bug_count > 0)
Page number (0-indexed)
Results per page (1-100)
Required range:
1 <= x <= 100