← All primitives

Checkpoints & Resumability

planned P1 /v1/runs/:id/checkpoints

Why it matters: Resume long-running work after failure, timeout, or interruption.

Save and restore mid-run state for tasks, graphs, and runs.

GitHub issue →

API endpoints

MethodPathDescription
POST/v1/runs/:id/checkpointsCreate a checkpoint
POST/v1/runs/:id/resumeResume from the latest checkpoint