Testset
Read Testcases
Retrieve all Testcases from a Testset
GET
Authorizations
Path Parameters
The Testset ID to retrieve testcases from.
Example:
1
Query Parameters
The offset to start from.
Example:
0
The number of testcases to return.
Example:
100
Response
200
application/json
Successful Response
Example:
1000
The URL to fetch the next page of testcases.
Required string length:
1 - 2083
Example:
"https://api.getscorecard.ai/v1/testset/100/testcase?offset=200&limit=100"
The URL to fetch the previous page of testcases.
Required string length:
1 - 2083
Example:
"https://api.getscorecard.ai/v1/testset/100/testcase?offset=0&limit=100"
The list of Testcases retrieved in this page.
Was this page helpful?