Skip to main content
GET
/
applications
/
{application_id}
Get application
curl --request GET \
  --url https://api.trymaitai.ai/api/v1/applications/{application_id} \
  --header 'X-Maitai-Api-Key: <api-key>'
{
  "data": {
    "id": 42,
    "application_name": "Customer Support",
    "application_ref_name": "customer-support",
    "state": "ENABLED",
    "company_id": 1,
    "date_created": 1706000000
  }
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

application_id
integer
required

Response

200 - application/json

Get application.

data
object

A top-level project that groups intents, sessions, and models.