/quay/repositories/manifests

POST /api/quay/repositories/manifests

Price: 1 credit

Get one manifest of a Quay.io repository with its layers or its per-platform children

How to use it

Resolve a manifest inside one repository. A digest belongs to the repository it was pulled from, so a digest from another repository returns 412 even though it is a valid digest. Two different shapes come back: `is_manifest_list` true means the image is multi-arch and the answer carries `platforms` (one child digest per os/architecture) with `layers` empty — re-request a child digest to get its layers. Children with `is_attestation` true are build provenance rather than runnable images, and the scan endpoints skip them.

Parameters

Request body

Response

Errors

Response headers