Download a file or a directory from image as tar archive
Streams the specified path inside the image root filesystem as a POSIX PAX
tar archive. A directory becomes the archive root; a regular file becomes
a single-entry archive. The response is chunked; total size is not known
upfront. Served as an attachment, filename is the path with / replaced
by _ plus .tar (e.g. /bin/true -> bin_true.tar).
Authorizations
IAM bearer token issued by the Nebius IAM service. Sent as
Authorization: Bearer <iam-token>. Must be combined with the
Project header (see IAMProjectHeader).
This is the recommended authentication scheme for new clients.
Nebius project ID associated with the IAM token. Required together
with IAMBearerAuth. Identifies the project context the request is
scoped to.
Path Parameters
The UUID of the image to inspect A UUID string
"12345678-9abc-baba-deda-0123456789ab"
Query Parameters
The path of the file or directory to archive inside the image, e.g. /etc
Response
OK
The response is of type file.