v1

latestOpenAPI 3.0.3Apache 2.02026-07-142201861.5 MB
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.

Response

image_file_namestring
comparison_statusstring nullable
diff_image_urlstring nullable
diff_percentagenumber double nullable
previous_image_file_namestring nullable