n8n_get_execution_status
Check the status and output of an n8n workflow execution by ID, and poll to verify successful completion.
Instructions
Retrieve the current status and output data of an n8n workflow execution by its execution ID. Use this to poll whether a triggered workflow has completed successfully.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executionId | Yes | The n8n execution ID returned by n8n_trigger_workflow or found in the n8n Executions panel |