AurionAI Docs

List Automation Rules

GET
/api/v2/automation-rules

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v2/automation-rules"
[
  {
    "actions": [
      {}
    ],
    "conditions": [
      {}
    ],
    "created_at": "2019-08-24T14:15:22Z",
    "description": "string",
    "enabled": true,
    "execution_count": 0,
    "execution_mode": "string",
    "id": "string",
    "last_fired_at": "2019-08-24T14:15:22Z",
    "name": "string",
    "priority_order": 0,
    "stop_processing": false,
    "time_condition": {},
    "trigger_event": "string",
    "updated_at": "2019-08-24T14:15:22Z"
  }
]