Documentation navigation

Multipart Uploads

List multipart upload parts

GET/storage/buckets/{bucketName}/multipart/upload/{uploadId}/parts

List uploaded parts for a multipart upload.

Parameters

ListMultipartUploadPartsParams
bucketNamestring
Bucket name.
uploadIdstring
Multipart upload identifier.
cursor?number
Part number cursor returned from the previous page.
limit?number
Page size. Values are clamped by the API to `1` through `1000`.

Returns

partsMultipartUploadPart[]
Parts in the current page.
nextCursornumber | null
Cursor for the next page, or `null` when no next page exists.
isTruncatedboolean
Whether the result was truncated and another page is available.
countnumber
Number of parts in the current page.
uploadIdstring
Multipart upload identifier.
keystring
Final object key for the upload.
bucketNamestring
Bucket that contains the upload.