Skip to main content
GET
List test runs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
integer

Return only the test run with this exact ID.

Required range: x >= 1
per_page
integer
default:20

Items per page (max 100). Defaults to 20.

Required range: 1 <= x <= 100
page
integer
default:1

Page number (1-indexed). Defaults to 1.

Required range: x >= 1
branch
string

Filter to runs on this test repo branch.

interval_in_days
integer

Restrict to runs created in the last N days.

Required range: x >= 1
state
string

Filter by run state (e.g. queued, ended).

result
enum<string>

Filter by overall run result.

Available options:
passed,
failed
environment_ids
string

Comma-separated environment IDs to filter by.

Response

Paginated list of test runs.

data
object
required
pagination
object
required

Pagination metadata.