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