Render an execution as a per-node timeline
execution_timelineGenerate a per-node timeline from an n8n execution: start times, durations, item counts, and errors. Surfaces when each node ran, complementing the why.
Instructions
Render an n8n execution as a per-node timeline: start offset, duration, items in/out, error flag. Complements execution_explain — that one surfaces why, this surfaces when. Output is a markdown table sorted by start time. Deterministic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution | Yes | n8n execution payload (must include `data.resultData.runData`). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | Per-node-run timing and item counts, sorted by start_ms. | |
| total_ms | Yes | Wall-clock duration of the whole execution in milliseconds. | |
| row_count | Yes |