Get file info by SHA256
Returns file info (uuid, sha256, created_at, updated_at).
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
SHA256 hash of the file (64 hex characters)
^[0-9a-fA-F]{64}$Response
File info
A UUID string
"12345678-9abc-baba-deda-0123456789ab"
SHA256 hash of the file content
File size in bytes; -1 if unknown
1024
When the file was first uploaded by this namespace
Updated on each upload of the same file