get_state
Read the current value of a checkpoint by key, returning JSON, version, and timestamp. Prevents stale state for AI agents by confirming key existence with a not_found response.
Instructions
Read the current value of a checkpoint by key. Returns the latest stored JSON value, its version, and update timestamp. Returns {"status": "not_found"} if key doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Checkpoint key, e.g. 'workflow:plan-2026-06-12' |