cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/test-sets \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 15, "name": "Golden Test Set", "intent_group_id": 10, "request_count": 200, "is_golden": true } ], "pagination": { "total": 3, "offset": 0, "limit": 25 } }
List all test sets for your company with pagination.
Your Maitai API key from the Portal.
Number of items to skip.
x >= 0
Maximum number of items to return.
1 <= x <= 100
Paginated results.
Show child attributes
Was this page helpful?