Logs
The Logs tab shows the history of every workflow run across your organization, with step-by-step detail for each one.
The Runs Table
Open Workflows → Logs. Each run appears as a row:
| Column | Shows |
|---|---|
| Workflow | Which workflow ran |
| Status | Result of the run |
| Trigger | How it started |
| Started | When it began |
| Duration | How long it took |

Run Statuses
| Status | Meaning |
|---|---|
| Queued | Waiting to start |
| Running | In progress |
| Completed | Finished successfully |
| Failed | Stopped because of an error |
| Cancelled | Stopped by a user |
| Paused | Waiting on something (e.g. a connection) |
Failed and cancelled runs are tinted so they stand out.
Trigger Types
A pill shows how each run started: Manual, Webhook, Schedule, or API.
Filtering
Use the filters above the table to narrow the list:
- All workflows — pick a specific workflow
- All statuses — filter by result
- All triggers — filter by how runs started
Click Refresh to load the latest runs.
Inspecting a Run
Click any run to open its detail view:
- A summary — when it started, how long it took, and how many steps ran
- A timeline of the steps
- A list of steps on the left; click one to see its Input and Output on the right
- For a failed run, the step that failed and its error are highlighted
From here you can:
- Re-run — start the same workflow again
- Cancel — stop a run that's still going
- Resume — continue a paused run
Empty State
If you haven't run anything yet, you'll see No runs yet — runs appear here once you execute a workflow, attach a schedule, or trigger a webhook.
Tips
- Check Logs after changes — confirm your edits behave as expected
- Use the failed-step highlight to jump straight to what went wrong
- Re-run to retry after fixing a connection or input