cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/intent-groups/{intent_group_id}/test-sets \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 15, "name": "Golden Test Set", "intent_group_id": 10, "request_count": 200 } ] }
List all test sets associated with an intent group.
Your Maitai API key from the Portal.
List intent group test sets.
Show child attributes
Was this page helpful?