GET
/
v0
/
test-run-sets
/
{id}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

Test Run Set ID

Response

200 - application/json
id
string
status
enum<string>
Available options:
WAITING,
RUNNING,
SUCCESS,
FAIL
startedAt
string | null
endedAt
string | null
createdAt
string
progress
object