GET
/
apiKey
/
v2
/
test-targets
/
{testTargetId}
/
test-reports
/
{testReportId}

Authorizations

X-API-Key
string
headerrequired

Path Parameters

testTargetId
string
required

ID of the test target to which the test report belongs to

testReportId
string
required

ID 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,
FAILED
context
object
testResults
object[]