List Snapshots
list_snapshotsList the project's data snapshots — recorded resource states that can be restored to return an environment to a known point. Pass snapshotId to get one snapshot with its recorded resources. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of snapshots to skip (for pagination, default 0) | |
| take | No | Number of snapshots to return (default 100, max 100) | |
| snapshotId | No | Public Id (Guid) of a single snapshot. When given, returns its recorded resources. |