Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Test Run Set ID

Response

200 - application/json

Success Response

id
string<uuid>
status
enum<string>
Available options:
WAITING,
RUNNING,
SUCCESS,
FAIL
startedAt
string<date-time> | null
endedAt
string<date-time> | null
createdAt
string<date-time>
progress
object