cURL
curl --request GET \ --url https://api.stably.ai/v1/testSuiteRun/{testSuiteRunId}/result \ --header 'Authorization: Bearer <token>'
{ "projectId": "<string>", "testSuiteRunId": "<string>", "testSuiteName": "<string>", "results": [ { "runId": "<string>", "testId": "<string>", "testName": "<string>", "status": "PASSED" } ] }
Get the result of a test suite run
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
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?