cURL
curl --request GET \ --url https://sbx-{sandbox_id}-{workspace_id}.{region}.bl.run/filesystem-multipart \ --header 'Authorization: Bearer <token>'
{ "uploads": [ { "initiatedAt": "<string>", "parts": {}, "path": "/tmp/largefile.dat", "permissions": 420, "uploadId": "550e8400-e29b-41d4-a716-446655440000" } ] }
List all active multipart uploads
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of active uploads
Show child attributes
Was this page helpful?