Stop a workflow run
Stops a run mid-flight. The response reports what completed before the stop: finished steps keep their results, running steps are marked stopped, unstarted steps are marked skipped. Stopping an already-finished run is a conflict.
Path Parameters
The workflow run's id.
Response
The stopped run, reporting what completed.
A deterministic orchestration run with per-step progress.
pending, running, completed, failed, stopped Reserved response field. The current host snapshots a local path into the run's stored source and does not retain or return the path, so this field is absent for both source forms.
4096The session the run's agents work in, so their transcripts can be read back after the run and after a restart. Absent until the run has started one, and cleared if that session is later purged.
Present when the run itself failed outside any step.

