workflows_runs
Run history for one workflow, newest first (up to 100). Use this when a workflow "did nothing" or the user asks what it did: each run has status completed | skipped | failed | paused, the trigger data it started from, and per-step results whose detail says why a step was skipped (e.g. "no record in context to text") or what it produced. A skipped run means the workflow-level condition was false for that event; a paused run is parked on a delay step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Workflow UUID. | |
| limit | No | Most recent N runs to return (default 20). |