{
"success": true,
"count": 3,
"flows": [
{
"id": "64f8a1b2c3d4e5f6g7h8i9j0",
"name": "Traductor Inteligente",
"description": "Traduce texto seleccionado a múltiples idiomas usando IA",
"status": "active",
"executionState": "active",
"extensionNodes": [
{
"id": "extension-input",
"type": "extension_input",
"name": "Entrada de Texto"
}
],
"createdAt": "2024-01-10T08:00:00Z",
"updatedAt": "2024-01-15T10:00:00Z"
},
{
"id": "64f8a1b2c3d4e5f6g7h8i9j1",
"name": "Resumidor de Artículos",
"description": "Genera resúmenes automáticos de artículos web",
"status": "active",
"executionState": "active",
"extensionNodes": [
{
"id": "extension-input",
"type": "extension_input",
"name": "Contenido del Artículo"
}
],
"createdAt": "2024-01-12T12:00:00Z",
"updatedAt": "2024-01-14T16:30:00Z"
},
{
"id": "64f8a1b2c3d4e5f6g7h8i9j2",
"name": "Analizador de Sentimientos",
"description": "Analiza el sentimiento del texto seleccionado",
"status": "active",
"executionState": "active",
"extensionNodes": [
{
"id": "extension-input",
"type": "extension_input",
"name": "Texto a Analizar"
}
],
"createdAt": "2024-01-13T14:00:00Z",
"updatedAt": "2024-01-15T09:15:00Z"
}
]
}