Get n8n Executions to CSV
detail.loadingPreview
Retrieve all n8n workflow executions and convert them to a CSV file.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow fetches all executions from your n8n instance using the n8n API and then converts this execution data into a CSV file. It's useful for auditing, analyzing workflow performance, or backing up execution logs.
Key Features
- Fetches all workflow executions from n8n.
- Converts the execution data into a downloadable CSV file.
- Includes error handling for robustness.
How To Use
- Import this workflow into your n8n instance.
- Configure the 'n8n | Get all executions' node with your n8n API credentials.
- Click 'Test workflow' or run the workflow manually.
- The output will be a CSV file containing details of all your n8n executions.
Apps Used
Workflow JSON
{
"id": "d6eb4718-fcc6-4628-a56f-daf79a150f12",
"name": "Get n8n Executions to CSV",
"nodes": 0,
"category": "Data Processing",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: d6eb4718-fcc6...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Google Drive CSV PII Remover
Automatically removes Personally Identifiable Information (PII) from CSV files uploaded to Google Drive.
Remove PII From CSV Files
Automatically removes personally identifiable information (PII) from CSV files stored in Google Drive.
Community Campaign Data Processor
Processes and updates campaign data from external sources into a PostgreSQL database.
Airtable Receipt OCR Integration
Extracts data from receipts using Mindee OCR and stores it in Airtable.
Parse DMARC Reports
This workflow parses DMARC reports received via IMAP and stores the data in a MySQL database.
Stripe Checkout Session Metadata Generator
Generates metadata for Stripe checkout sessions based on custom fields.