Multipart Uploads
List multipart uploads
GET
/storage/buckets/{bucketName}/multipartList active multipart uploads in a bucket.
Parameters
ListMultipartUploadsParamsbucketNamestring- Bucket name.
cursor?string- Cursor returned from the previous page.
limit?number- Page size. Values are clamped by the API to `1` through `1000`.
Returns
uploadsMultipartUpload[]- Uploads in the current page.
nextCursorstring | 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 uploads in the current page.
bucketNamestring- Bucket that was listed.