Skip to main content
GET
/
test-sets
/
{test_set_id}
Get test set
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/test-sets/{test_set_id} \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "id": 15,
    "name": "Golden Test Set",
    "intent_group_id": 10,
    "request_count": 200,
    "is_golden": true,
    "date_created": 1706000000
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

test_set_id
integer
required

Response

200 - application/json

Get test set.

data
object

A curated set of request/response pairs used for evaluating model performance.