Skip to main content
GET
/
intent-groups
/
{intent_group_id}
Get intent group
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/intent-groups/{intent_group_id} \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "id": 10,
    "action_type": "order_inquiry",
    "intent_count": 3,
    "request_count": 4500,
    "date_created": 1706000000
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

intent_group_id
integer
required

Query Parameters

detailed
boolean
default:true

Include full configuration details in results.

Response

200 - application/json

Get intent group.

data
object

A cross-application grouping of intents that share the same action type across your company.