API Reference
Retrieve information about a test report.
Poll from within a CI-pipeline to wait for the completion of a report.
GET
/
apiKey
/
v2
/
test-targets
/
{testTargetId}
/
test-reports
/
{testReportId}
Authorizations
Path Parameters
ID of the test target to which the test report belongs to
ID of the test report to fetch
Response
200 - application/json
Unique identifier for the test report.
The unique identifier of the test target.
The timestamp when the test report was created.
The timestamp when the test report was last updated.
The URL where the test execution was performed.
The status of the test report, will be WAITING as long as any result is running, FAILED if the report is done but has any failed result and PASSED if all test results are done and successful
Available options:
WAITING
, PASSED
, FAILED