Skip to content

Releases: urbanadventurer/n8n_tools

n8n Status Tool v0.1.0

12 May 12:34

Choose a tag to compare

🚀 Overview

A command-line utility for monitoring n8n workflow executions directly from your terminal. This tool connects to your n8n SQLite database and provides a clean, formatted view of your workflow execution status.

✨ Key Features

  • Real-time status monitoring of n8n workflow executions
  • Color-coded output for quick visual identification of execution statuses
  • Detailed error reporting with node name resolution for easier debugging
  • Configuration file support via [.n8n-status-config.ini] in current or home directory
  • Flexible filtering options including:
    • Filter by execution status (errors, running, waiting)
    • Filter by workflow name
    • View details for specific execution IDs
  • Human-readable formatting for execution times and dates
  • Comprehensive error information that maps cryptic node IDs to readable node names

📋 Requirements

  • Python 3.6+
  • SQLite3 (included in Python standard library)
  • An n8n instance with its SQLite database file

📝 Notes

This initial release focuses on SQLite database support. Postgres support is planned for future releases.

📚 Documentation

For full documentation and usage examples, please see the README.


This release is licensed under the MIT License.