Skip to main content
GET
/
filesystem-multipart
List multipart uploads
curl --request GET \
  --url https://run.blaxel.ai/{workspace_id}/sandboxes/{sandbox_id}/filesystem-multipart \
  --header 'Authorization: Bearer <token>'
{
  "uploads": [
    {
      "initiatedAt": "<string>",
      "parts": {},
      "path": "/tmp/largefile.dat",
      "permissions": 420,
      "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.

Response

List of active uploads

uploads
object[]