Skip to main content
GET
/
datasets
/
{dataset_id}
Get dataset
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
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

dataset_id
integer
required

Response

200 - application/json

Get dataset.

data
object

A curated set of request/response pairs used for model training (finetuning).