Skip to content

MngGetAIWorkflowBindingsByFilter

GET ai/workflow/bindings

Bindings of the brand, joined with the agent name.

Access Control

Allowed: admin.

Parameters

Standard list parameters: limit (default 100, maximum 500), offset, orderBy, groupBy and where filters.

Response Data

{
  "rows": [
    {
      "id": 3,
      "brand": "Ion",
      "eventName": "account.margin_state",
      "agentId": 2,
      "agentName": "Notifier",
      "promptTemplateId": 4,
      "enabled": true,
      "cooldownSeconds": 3600,
      "deduplicationWindowSec": 900,
      "delivery": ["notify"],
      "settings": {
        "filters": [ { "field": "level_type", "op": "eq", "value": 1 } ],
        "quietHours": { "start": 22, "end": 8 },
        "requireApproval": true
      },
      "createdAt": "2026-09-16 12:40:10",
      "updatedAt": "2026-09-16 12:40:10"
    }
  ]
}

Rows are objects, and this list has no count.

Errors

Code Error Description
403 AI_ACCESS_DENIED The session is not an administrator