latest_checkpoint
Retrieve the most recent saved checkpoint for a given session or shared scope to inspect current work state without resuming the full context.
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 |
|---|---|---|---|
| scope | No | Shared scope filter, e.g. 'project:recallnest' | |
| sessionId | No | Session identifier filter, e.g. 'abc123' |