cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/intent-groups/{intent_group_id}/intents \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 7, "action_type": "order_inquiry", "application_id": 42, "application_name": "Customer Support" } ], "pagination": { "total": 3, "offset": 0, "limit": 25 } }
List all intents belonging to an intent group across applications.
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?