Snapshots
Retrieve Snapshot image detail
Retrieve detailed information for a single image within a snapshot.
The image_identifier can be either the image filename or its content hash. The response includes head and base image metadata, comparison status, diff image URL, diff percentage, and previous filename for renames.
This endpoint uses a flat response format with nullable fields designed for LLM/MCP consumers.
This endpoint requires a bearer token with project:read access.
get/api/0/organizations/{organization_id_or_slug}/preprodartifacts/snapshots/{snapshot_id}/images/{image_identifier}/
Path parameters
organization_id_or_slugstring required
The ID or slug of the organization the resource belongs to.
snapshot_idstring required
The ID of the snapshot.
image_identifierstring required
The image filename or content hash.