Skip to main content
GET
/
v1
/
testSuiteRun
/
{testSuiteRunId}
/
status
Get the status of a test suite run
curl --request GET \
  --url https://api.stably.ai/v1/testSuiteRun/{testSuiteRunId}/status \
  --header 'Authorization: Bearer <token>'
{
  "status": "RUNNING"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

testSuiteRunId
string
required

Test suite run id

Response

Default Response

Test suite run status

status
enum<string>
required

Status of the test suite run

Available options:
RUNNING,
FINISHED