Skip to main content
GET
List run groups

Authorizations

Authorization
string
header
required

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

Query Parameters

pageSize
integer
default:20

Page size, up to 100.

Required range: 1 <= x <= 100
cursor
string

Opaque keyset cursor from a previous response's pagination.nextCursor. Omit for the first page.

includeTotal
boolean

Include the exact total match count in the response. Off by default to avoid an extra aggregation. Accepts true, false, 1, or 0.

startDate
string<date-time>

Start of the window. Defaults to the last 30 days. Window may not exceed 92 days.

endDate
string<date-time>

End of the window. Defaults to now.

status
enum<string>[]

Completed run group statuses. Comma-separated.

Available options:
PASSED,
FAILED,
CANCELLED
trigger
enum<string>[]

Run trigger values. Comma-separated.

Available options:
WEBHOOK,
CRON,
MANUAL,
CLI
gitBranchName
string[]

Git branch name filter. Comma-separated.

githubRepository
string[]

GitHub repository filter. Comma-separated.

gitlabProjectPath
string[]

GitLab project path filter. Comma-separated.

gitCommitSha
string

Exact commit SHA filter.

cliVersion
string[]

CLI version filter. Comma-separated.

label
string[]

Labels attached to the run group. Comma-separated.

executionType
enum<string>[]

Run platform filter. Comma-separated.

Available options:
WEB,
IOS,
ANDROID

Response

Success.

data
object[]
required
pagination
object
required