cURL
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 } }
Retrieve a single application by ID with full detail.
Your Maitai API key from the Portal.
Get application.
A top-level project that groups intents, sessions, and models.
Show child attributes
Was this page helpful?