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:| Source | Example |
|---|---|
| API or CLI invocation | keystroke workflows run signup-pipeline --input '{"email":"ada@example.com"}' |
| Webhook trigger | An inbound HTTP request attached to a workflow |
| Schedule | A cron source attached to a workflow |
| Poll trigger | A polling source that found new work |
| Workflow tool | Another runtime path that invokes the workflow as a tool |
Inspect input, output, and errors
For workflow runs, the detail panel’s Overview tab shows:| Section | What it shows |
|---|---|
| Input | The payload passed into the workflow |
| Output | The workflow’s final output after a successful run |
| Error | The failure payload when the run failed |
| Usage | Duration and cost line items recorded for the run |
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 follows the resolved CLI target, so it can inspect local runs while you are developing and cloud runs after deploy. history is for platform run history in 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.