Runs
Get a run
Returns the full Run, including its append-only Journal and final output. Secret values are masked everywhere they could otherwise appear.
GET
Get a run
承認
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).
レスポンス
The run.
One execution of a FlowSpec, with its append-only Journal.
uuidv4.
Exactly which FlowSpec ran.
利用可能なオプション:
pending, running, succeeded, failed, canceled journal
(run_started · object | step_started · object | step_succeeded · object | step_failed · object | step_skipped · object | effect_recorded · object | run_finished · object)[]
必須
One append-only, content-addressed step-lifecycle event. Discriminated by event.
- run_started
- step_started
- step_succeeded
- step_failed
- step_skipped
- effect_recorded
- run_finished
The flow's output projection (any JSON value). Absent until the run succeeds.
Get a run