Get Testcases in Testset
Retrieve a paginated list of Testcases belonging to a Testset.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Testset to list Testcases from.
"246"
Query Parameters
Maximum number of items to return (1-100). Use with cursor
for pagination through large sets.
x > 0
20
Cursor for pagination. Pass the nextCursor
from the previous response to get the next page of results.
"123"
Response
A test case in the Scorecard system. Contains JSON data that is validated against the schema defined by its Testset.
The inputs
and labels
fields are derived from the data
field based on the Testset's fieldMapping
, and include all mapped fields, including those with validation errors.
Testcases are stored regardless of validation results, with any validation errors included in the validationErrors
field.
x >= 0