Skip to main content
GET
/
agents
/
{agent_id}
/
actions
List agent actions
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
    }
  ]
}

Authorizations

X-Maitai-Api-Key
string
header
required

Your Maitai API key from the Portal.

Path Parameters

agent_id
integer
required

Response

200 - application/json

List agent actions.

data
object[]