cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/agents/{agent_id}/actions \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 200, "action_name": "Lookup Order", "action_type": "api", "agent_id": 101, "enabled": true } ] }
List all actions (capabilities) configured for an agent.
Your Maitai API key from the Portal.
List agent actions.
Show child attributes
Was this page helpful?