list_tasks
List all tasks that have been checkpointed, with their status and project.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
project | string | No | Filter by project |
status | string | No | Filter by status: “active”, “paused”, “completed” |
Return Value
Section titled “Return Value”Returns an array of tasks with ID, title, status, and project.
Examples
Section titled “Examples”List all tasks
Section titled “List all tasks”{}List active tasks for a project
Section titled “List active tasks for a project”{ "project": "my-project", "status": "active"}Related Tools
Section titled “Related Tools”- checkpoint — Create new tasks
- resume — Restore a task