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.

Query Parameters

limit
integer
default:100

Maximum number of files to return

Required range: 1 <= x <= 1000
offset
integer
default:0

Number of files to skip

Required range: x >= 0
since
string<date-time>

Filter files created after this time

until
string<date-time>

Filter files created before this time

Response

List of uploaded files

files
object[]