Checkpoints & Resumability
Why it matters: Resume long-running work after failure, timeout, or interruption.
Save and restore mid-run state for tasks, graphs, and runs.
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/runs/:id/checkpoints | Create a checkpoint |
POST | /v1/runs/:id/resume | Resume from the latest checkpoint |