iiRecord
Agentic AI Atlas · GET /api/automations
api-endpoint:agent-mux-gateway-get-automationsa5c.ai
II.
APIEndpoint JSON

api-endpoint:agent-mux-gateway-get-automations

Structured · live

GET /api/automations json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/api-endpoints/agent-mux-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:agent-mux-gateway-get-automations",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GET /api/automations",
    "method": "GET",
    "path": "/api/automations",
    "responseShape": "AutomationRuleListResponse",
    "authRequired": false,
    "description": "List automation rules (filtered by state[], triggerType[], projectId, boardProjectId, search, includeArchived). Source: packages/agent-mux/gateway/src/kanban/routes.ts:974-981."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:agent-mux-gateway-get-automations",
      "to": "package:a5c-ai-agent-mux-gateway",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-mux-gateway",
      "to": "api-endpoint:agent-mux-gateway-get-automations",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}