Provides access to the test results within a Hyperproof organization.
Test Results API (1.0)
Download OpenAPI description
Languages
Servers
Mock server
https://developer.hyperproof.app/_mock/hyperproof-api/test-results/testresults.openapi
Hyperproof US
https://api.hyperproof.app/v1/testresults
Hyperproof Gov
https://api.hyperproofgov.app/v1/testresults
Hyperproof EU
https://api.hyperproof.eu/v1/testresults
- Mock serverhttps://developer.hyperproof.app/_mock/hyperproof-api/test-results/testresults.openapi/mostrecent
- Hyperproof UShttps://api.hyperproof.app/v1/testresults/mostrecent
- Hyperproof Govhttps://api.hyperproofgov.app/v1/testresults/mostrecent
- Hyperproof EUhttps://api.hyperproof.eu/v1/testresults/mostrecent
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://developer.hyperproof.app/_mock/hyperproof-api/test-results/testresults.openapi/mostrecent?outcome=passed&testParentObjectType=control&limit=50&nextToken=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success.
The data in the test run results.
Example: [{"testId":"123e4567-e89b-12d3-a456-426614174000","testRunId":"123e4567-e89b-12d3-a456-426614174001","outcome":"passed","testParentObjectType":"controlScope","testParentObjectId":"123e4567-e89b-12d3-a456-426614174002","testCases":[{"$ref":"#/components/schemas/TestCaseResult"}]}]
Response
application/json
{ "data": [ { … } ], "nextToken": "string" }