get_checkpoint
Fetch a specific checkpoint's metadata by ID to view its creation time, description, and author. Ideal when you need details for one checkpoint, not a full list.
Instructions
Get a single checkpoint by its id. Returns the checkpoint record ({ id, createdAt, description, user }). When NOT to use: to list a branch's checkpoints (use list_checkpoints).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkpointId | Yes | Id of the checkpoint to get (from list_checkpoints) |