Skip to content

list_tasks

List all tasks that have been checkpointed, with their status and project.

ParameterTypeRequiredDescription
projectstringNoFilter by project
statusstringNoFilter by status: “active”, “paused”, “completed”

Returns an array of tasks with ID, title, status, and project.

{}
{
"project": "my-project",
"status": "active"
}