latest_checkpoint
Retrieve the last saved checkpoint for a session or shared scope to inspect current work state without running a full resume operation.
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' |