cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/agents/actions/{action_id} \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "id": 200, "action_name": "Lookup Order", "action_type": "api", "agent_id": 101, "enabled": true, "description": "Fetch order details" } }
Retrieve a single action by ID.
Your Maitai API key from the Portal.
Get agent action.
A capability that an agent can invoke — an LLM call, API call, or webhook.
Show child attributes
Was this page helpful?