oci

Download a blob (GET)

Streams the blob content rather than loading it entirely into memory, making this suitable for large container image layers.

get/v2/{name}/blobs/{ref}

Path parameters

namestring required

Project resource ID (UUID or slug)

refstring required

Reference - either a digest (e.g., "sha256:abc123...") or "uploads"

Changes