cURL
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" } ] }
Get the result of a test suite run
Test suite run id
Default Response
Test suite results
Id of the project that contains the test suite
Id of the suite run
Name of the test suite
Show child attributes
Was this page helpful?