v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107861793.8 KB

Gets a list of test execution result items.

post/testexecutions/{testExecutionId}/results

Path parameters

testExecutionIdstring required

The unique identifier of the test execution to list the result items.

Request body

maxResultsinteger

The maximum number of test execution result items to return in each page. If there are fewer results than the max page size, only the actual number of results are returned.

nextTokenstring

If the response from the <code>ListTestExecutionResultItems</code> operation contains more results than specified in the <code>maxResults</code> parameter, a token is returned in the response. Use that token in the <code>nextToken</code> parameter to return the next page of results.

Response

Success

nextTokenstring

A token that indicates whether there are more results to return in a response to the <code>ListTestExecutionResultItems</code> operation. If the <code>nextToken</code> field is present, you send the contents as the <code>nextToken</code> parameter of a <code>ListTestExecutionResultItems</code> operation request to get the next page of results.