cURL
curl --request GET \ --url https://api.stably.ai/v1/testSuiteRun/{testSuiteRunId}/status \ --header 'authorization: <api-key>'
{ "status": "RUNNING" }
Get the status of a test suite run
Test suite run id
Default Response
Test suite run status
Status of the test suite run
RUNNING
FINISHED
Was this page helpful?