List snapshots
list_snapshotsRetrieve all saved snapshots of an Inkscape document with metadata, ordered by creation time, to select the correct checkpoint for rollback.
Instructions
List a document's snapshots in order, with metadata.
When to use: choosing which checkpoint to roll back to. To make one use create_snapshot; to
roll back use restore_snapshot.
Key params: none beyond doc_id.
Return shape: SnapshotList — doc_id plus snapshots (each a SnapshotInfo with its id +
metadata), in order.
Example: list_snapshots(doc_id)
Risk class: low (read-only manifest).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | ||
| snapshots | No |