n8n_get_executions
Retrieve recent n8n workflow executions, filterable by status, workflow ID, and limit for monitoring and troubleshooting.
Instructions
Listar ejecuciones recientes. Se puede limitar el número de resultados.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Máximo número de ejecuciones a devolver (por defecto 20). | |
| status | No | Opcional: filtrar por estado (success, error, waiting, etc). | |
| workflow_id | No | Opcional: filtrar por ID de workflow. |