REST API
/v0/test-run-sets/{id}
Retrieves status of the Test Run Set.
GET
/
v0
/
test-run-sets
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredTest 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