cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/intent-groups/{intent_group_id}/datasets \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 20, "name": "Training Set Q1", "intent_group_id": 10, "request_count": 1000 } ] }
List all training datasets for an intent group.
Your Maitai API key from the Portal.
Number of items to skip.
x >= 0
Maximum number of items to return.
1 <= x <= 100
List intent group datasets.
Show child attributes
Was this page helpful?