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
X-API-Key
string
headerrequiredPath Parameters
testTargetId
string
requiredID of the test target to which the test report belongs to
testReportId
string
requiredID of the test report to fetch
Response
200 - application/json
id
string
Unique identifier for the test report.
testTargetId
string
The unique identifier of the test target.
createdAt
string
The timestamp when the test report was created.
updatedAt
string
The timestamp when the test report was last updated.
executionUrl
string
The URL where the test execution was performed.
status
enum<string>
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
, FAILING
context
object