cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/datasets/{dataset_id} \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "id": 20, "name": "Training Set Q1", "intent_group_id": 10, "request_count": 1000, "sample_type": "random", "sample_percentage": 80 } }
Retrieve a single dataset by ID.
Your Maitai API key from the Portal.
Get dataset.
A curated set of request/response pairs used for model training (finetuning).
Show child attributes
Was this page helpful?