List test runs
Returns a paginated list of test runs for the scoped project, with optional filtering by id, branch, state, result, environment, and time window.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Return only the test run with this exact ID.
x >= 1Items per page (max 100). Defaults to 20.
1 <= x <= 100Page number (1-indexed). Defaults to 1.
x >= 1Filter to runs on this test repo branch.
Restrict to runs created in the last N days.
x >= 1Filter by run state (e.g. queued, ended).
Filter by overall run result.
passed, failed Filter to one environment. Combined with environment_ids when both are provided.
x >= 1Comma-separated environment IDs to filter by. Combined with environment_id when both are provided.