Skip to main content
GET
/
applications
/
{application_id}
/
intents
/
{intent_id}
Get application intent
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
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

application_id
integer
required
intent_id
integer
required

Response

200 - application/json

Get application intent.

data
object

An intent (application action) defines a specific task or action type within an application.