Skip to content

resume

Restore a previously checkpointed task, returning its plan, progress, and context so the AI can continue where it left off.

ParameterTypeRequiredDescription
idnumberYesTask ID to resume

Returns the full task state: title, plan, progress, context, and status.

{
"id": 3
}
  • Use list_tasks first to find the right task ID
  • After resuming, the AI uses the plan and context to orient itself
  • Update the task with another checkpoint when progress is made