Skip to main content

WorkflowListResponse

Response containing list of workflows

workflows object[]required
  • Array [
  • idId (string)required
    nameName (string)required
    activeActive (boolean)required
    is_chat_workflowIs Chat Workflow (boolean)
    Default value: false
    nodes_countNodes Count (integer)
    Default value: 0
    last_updated object
    anyOf
    string
    tagsstring[]
    Default value: []
  • ]
  • total_countTotal Count (integer)required
    connection_name object
    anyOf
    string
    messageMessage (string)required
    WorkflowListResponse
    {
    "workflows": [
    {
    "id": "string",
    "name": "string",
    "active": true,
    "is_chat_workflow": false,
    "nodes_count": 0,
    "last_updated": "string",
    "tags": [
    "string"
    ]
    }
    ],
    "total_count": 0,
    "connection_name": "string",
    "message": "string"
    }