List task checkpoints
codex_checkpointsList working-tree snapshots saved around a task's turns, capturing tracked and untracked files without touching your index. Requires being inside a git repository.
Instructions
List the working-tree snapshots taken around a task's turns. Each checkpoint captures tracked and untracked files without touching the user's index, and can be restored with codex_restore. Requires the working directory to be inside a git repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | Task whose checkpoints should be listed. |