Skip to main content
GET
/
intent-groups
/
{intent_group_id}
/
test-sets
List intent group test sets
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/intent-groups/{intent_group_id}/test-sets \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": [
    {
      "id": 15,
      "name": "Golden Test Set",
      "intent_group_id": 10,
      "request_count": 200
    }
  ]
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

intent_group_id
integer
required

Response

200 - application/json

List intent group test sets.

data
object[]