List uploaded parts
GET/uploads/:uploadId/parts
Returns the multipart parts that have already been uploaded to storage for the given Upload. Used to resume an interrupted multipart upload without re-uploading parts that already succeeded.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.
Unable to process entity.