Skip to main content
GET
/
filesystem-multipart
/
{uploadId}
/
parts
List parts
curl --request GET \
  --url https://run.blaxel.ai/{workspace_id}/sandboxes/{sandbox_id}/filesystem-multipart/{uploadId}/parts \
  --header 'Authorization: Bearer <token>'
{
  "parts": [
    {
      "etag": "5d41402abc4b2a76b9719d911017c592",
      "partNumber": 1,
      "size": 5242880,
      "uploadedAt": "<string>"
    }
  ],
  "uploadId": "550e8400-e29b-41d4-a716-446655440000"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

uploadId
string
required

Upload ID

Response

List of parts

parts
object[]
uploadId
string
Example:

"550e8400-e29b-41d4-a716-446655440000"