latest_checkpoint
Retrieve the most recent checkpoint to inspect current work state without full context resumption. Filters by session or shared scope.
Instructions
Fetch the most recent saved checkpoint for a session or shared scope. Read-only. Use when you need to inspect current work state without running a full resume_context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session identifier filter, e.g. 'abc123' | |
| scope | No | Shared scope filter, e.g. 'project:recallnest' |