cURL
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" }
List upload parts
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?