checkpoint_list
List all checkpoints for a task's current session, sorted by step index, to monitor task progress.
Instructions
List all checkpoints for the task's current session.
Returns checkpoints sorted by step_index (ascending). task_id is the ID of the task to query.
Returns dict with: task_id, session_id, checkpoints (list of checkpoint dicts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||