Where to find workflow runs
Open History in the web app, then filter Type to Workflow. Select a run to inspect its details. The History page is shared across workflow and agent runs. See Run history for the full table, filters, statuses, and detail tabs.What starts a workflow run
Workflow runs can start from:
The trigger label in History tells you how the run started. The Metadata tab includes both the readable trigger label and the raw trigger value.
Inspect input, output, and errors
For workflow runs, the detail panel’s Overview tab shows:
Payloads can be viewed as JSON or YAML and copied from the detail panel.
The Metadata tab shows run identity, actor, project, trigger, queue time, start and finish times, models used, services used, and total cost. The Trace tab shows raw spans and logs when trace data is available.
Use the CLI
Usekeystroke workflows runs when you know which workflow you want to inspect:
keystroke history when you want cloud history across workflows and projects:
workflows runs inspects runs for a specific workflow on your deployed project. history is for platform run history across the active organization. See the CLI reference for command details.
Next steps
Run history
Learn the shared History table and detail panel.
Run workflows
Start workflow runs and inspect their results.
Build workflows
Define workflows and compose actions.
Agent runs
Compare workflow executions with agent sessions.