Skip to main content
GET
/
v1
/
datasets
/
uploads
/
{upload_id}
/
parts
List parts of a multipart upload
curl --request GET \
  --url https://api.tokenfactory.nebius.com/v1/datasets/uploads/{upload_id}/parts \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "upload_id": "<string>",
      "status": "<string>",
      "created_at": 123
    }
  ],
  "object": "list"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

upload_id
string
required

Query Parameters

ai_project_id
string | null

Response

Successful Response

data
UploadPartInfoResponse · object[]
required
object
string
default:list