cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/intent-groups \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 10, "action_type": "order_inquiry", "intent_count": 3, "date_created": 1706000000 } ], "pagination": { "total": 5, "offset": 0, "limit": 25 } }
List all intent groups for your company with pagination.
Your Maitai API key from the Portal.
Number of items to skip.
x >= 0
Maximum number of items to return.
1 <= x <= 100
Paginated results.
Show child attributes
Was this page helpful?