---
title: "List multipart uploads"
method: POST
path: "/bus/multipart/listuploads"
tags: ["bus"]
---

# List multipart uploads

`POST /bus/multipart/listuploads`

Lists all ongoing multipart uploads.

## Request body

- object
  - `bucket` string — The name of the bucket.
  - `prefix` string — Filter uploads by key prefix
  - `keyMarker` string — Key to start listing from
  - `uploadIDMarker` string, byte — Upload ID to start listing from
  - `limit` integer — Maximum number of uploads to return

## Response `200`

Successfully listed multipart uploads

- object
  - `hasMore` boolean — Whether there are more uploads to fetch
  - `nextMarker` string — The key marker for the next page of results
  - `nextUploadIDMarker` string, byte — The upload ID marker for the next page of results
  - `uploads` object[]
    - `bucket` string — The name of the bucket
    - `encryptionKey` string — The encryption key used for this upload
    - `key` string — The key of the object
    - `uploadID` string, byte — The ID of the multipart upload
    - `createdAt` string, date-time — When the upload was created

---

[API](https://skmtc.net/siafoundation/apis/renterd-api.md) · [All operations](https://skmtc.net/siafoundation/apis/renterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siafoundation/renterd-api/revisions/184a3d5207da/schema)
