cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/applications/{application_id}/intents \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 7, "action_type": "order_inquiry", "application_id": 42, "intent_group_id": 10, "date_created": 1706000000 } ] }
List all intents (application actions) for an application with details.
Your Maitai API key from the Portal.
List application intents.
Show child attributes
Was this page helpful?