cURL
curl --request GET \ --url https://sbx-{sandbox_id}-{workspace_id}.{region}.bl.run/filesystem-multipart/{uploadId}/parts \ --header 'Authorization: Bearer <token>'
{ "parts": [ { "etag": "5d41402abc4b2a76b9719d911017c592", "partNumber": 1, "size": 5242880, "uploadedAt": "<string>" } ], "uploadId": "550e8400-e29b-41d4-a716-446655440000" }
List all uploaded parts for a multipart upload
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Upload ID
List of parts
Show child attributes
"550e8400-e29b-41d4-a716-446655440000"
Was this page helpful?