cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/applications/{application_id}/intents/{intent_id} \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "id": 7, "action_type": "order_inquiry", "application_id": 42, "intent_group_id": 10, "request_count": 1250 } }
Retrieve a single intent by ID within an application.
Your Maitai API key from the Portal.
Get application intent.
An intent (application action) defines a specific task or action type within an application.
Show child attributes
Was this page helpful?