WorkflowListResponse
Response containing list of workflows
workflows object[]required
Array [
idIdrequired
nameNamerequired
activeActiverequired
is_chat_workflowIs Chat Workflow
Default value:
falsenodes_countNodes Count
Default value:
0last_updated object
anyOf
- string
- null
string
tagsstring[]
Default value:
[]]
total_countTotal Countrequired
connection_name object
anyOf
- string
- null
string
messageMessagerequired
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"
}