OpenAPI 3.1.02026-08-1748503254.1 KB

e739fb23c8d0

testRuns

List test runs

List test runs for the authenticated team with optional project/status filtering and cursor pagination.

get/v1/runs

Query parameters

limitstring

Max results per page (default 20, max 100)

status'queued' | 'running' | 'completed' | 'failed' | 'cancelled'

Filter by status

Filter by status

projectIdstring uuid

Filter by project ID

testIdstring uuid

Filter by test ID

batchIdstring uuid

Filter by group-run batch ID

cursorstring

Cursor for pagination

Headers

Authorizationstring required

API key authentication using Bearer token format

Response

List of runs

nextCursorstring nullable

Cursor for fetching the next page