Runs
Get a run's journal
Returns just the append-only Journal for a run — the ordered log of step lifecycle events the inspector and browserflow inspect both read.
GET
Get a run's journal
承認
A bearer token issued by the control plane. RBAC scopes which flows a token may run or read; secret values are never exposed regardless of role.
パスパラメータ
The run id (uuidv4).
前へ
Replay a runRe-executes a run from its Journal. The default `verify` mode is hermetic — no external call is made and no secret is required — and asserts every step output still matches. The `rerun` mode replays reads from the Journal but re-executes effects live (re-firing writes), so it requires the relevant secrets, re-resolved at run time.
次へ
Get a run's journal