Skip to main content
GET
/
v1
/
testSuiteRun
/
{testSuiteRunId}
/
result
Get the result of a test suite run
curl --request GET \
  --url https://api.stably.ai/v1/testSuiteRun/{testSuiteRunId}/result \
  --header 'authorization: <api-key>'
{
  "projectId": "<string>",
  "testSuiteRunId": "<string>",
  "testSuiteName": "<string>",
  "results": [
    {
      "runId": "<string>",
      "testId": "<string>",
      "testName": "<string>",
      "status": "PASSED"
    }
  ]
}

Authorizations

authorization
string
header
required

Path Parameters

testSuiteRunId
string
required

Test suite run id

Response

200 - application/json

Default Response

Test suite results

projectId
string
required

Id of the project that contains the test suite

testSuiteRunId
string
required

Id of the suite run

testSuiteName
string
required

Name of the test suite

results
object[]
required