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: <api-key>'
{
  "status": "RUNNING"
}

Authorizations

authorization
string
header
required

Path Parameters

testSuiteRunId
string
required

Test suite run id

Response

200 - application/json

Default Response

Test suite run status

status
enum<string>
required

Status of the test suite run

Available options:
RUNNING,
FINISHED