Retrieve Snapshot details
Retrieve full details for a snapshot, including categorized image lists and comparison status.
When a comparison exists (comparison_type is diff), images are categorized into changed, added, removed, renamed, unchanged, errored, and skipped lists with counts, and the top-level images array is empty because those images are already present in the categorized lists. For solo and waiting_for_base snapshots the categorized lists are empty and images is the only populated source. image_count is accurate in all modes.
Use compact_metadata=1 to strip image objects down to display_name, image_file_name, group, and description only.
This endpoint requires a bearer token with project:read access.
Path parameters
The ID or slug of the organization the resource belongs to.
The ID of the snapshot.
Query parameters
Set to '1' or 'true' to strip image metadata to display_name, image_file_name, group, and description only.