Skip to main content

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:

ColumnShows
WorkflowWhich workflow ran
StatusResult of the run
TriggerHow it started
StartedWhen it began
DurationHow long it took

Logs tab


Run Statuses

StatusMeaning
QueuedWaiting to start
RunningIn progress
CompletedFinished successfully
FailedStopped because of an error
CancelledStopped by a user
PausedWaiting 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