getInstallationSnapshot
Page through a compacted in-memory installation snapshot with optional filters for resource types, resref names, or source paths.
Instructions
Page through a compacted in-memory installation snapshot created by openInstallation. Use includeData=true for compacted per-resource documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshotId | Yes | Snapshot handle returned by openInstallation | |
| resourceTypes | No | Optional resource type filter | |
| resrefQuery | No | Case-insensitive substring filter for resource name or resref | |
| sourceQuery | No | Case-insensitive substring filter for source/container paths | |
| includeData | No | Include compacted per-resource documents instead of metadata-only summaries | |
| limit | No | Max results per page | |
| offset | No | Skip first N results |