v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107861793.8 KB

The list of test set records.

post/testsets/{testSetId}/records

Path parameters

testSetIdstring required

The identifier of the test set to list its test set records.

Request body

maxResultsinteger

The maximum number of test set records to return in each page. If there are fewer records than the max page size, only the actual number of records are returned.

nextTokenstring

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

Response

Success

nextTokenstring

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