Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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.

Project
string
header
required

Nebius project ID associated with the IAM token. Required together with IAMBearerAuth. Identifies the project context the request is scoped to.

Path Parameters

image_uuid
string<uuid>
required

The UUID of the image to inspect A UUID string

Example:

"12345678-9abc-baba-deda-0123456789ab"

Query Parameters

path
string
required

The path of the directory to inspect inside the image

Example:

"/etc"

text
boolean

If present (with or without value), returns text/plain format instead of JSON

Response

OK

path
string
required

The directory path that was listed

Example:

"/etc"

files
object[]
required

List of files and directories in the specified path