Read Document Snapshot
read_snapshotRetrieve the plain text of a document snapshot by providing its document ID and snapshot ID. Useful for reviewing saved versions without altering the project.
Instructions
Return the text of a single document snapshot. Pass the documentId and the snapshotId from list_snapshots. The snapshot's RTF is converted to plain text. Read-only; does not alter the document or restore the snapshot. Requires an open project (call open_project first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | UUID of the document. | |
| snapshotId | Yes | Snapshot id from list_snapshots. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Snapshot date. | |
| text | Yes | Snapshot content as plain text. | |
| title | No | Snapshot title ("" if none). | |
| wordCount | Yes | Word count of the snapshot text. | |
| documentId | Yes | ||
| snapshotId | Yes |