---
title: "List parts of a multipart upload"
method: POST
path: "/bus/multipart/listparts"
tags: ["bus"]
---

# List parts of a multipart upload

`POST /bus/multipart/listparts`

Lists all parts that have been uploaded for a specific multipart upload.

## Request body

- object
  - `bucket` string — The name of the bucket.
  - `key` string
  - `uploadID` string, byte — The ID of the multipart upload
  - `partNumberMarker` integer — Part number to start listing from
  - `limit` integer — Maximum number of parts to return

## Response `200`

Successfully listed multipart upload parts

- object
  - `hasMore` boolean — Whether there are more parts to fetch
  - `nextMarker` integer — The part number marker for the next page of results
  - `parts` MultipartListPartItem[]
    - `partNumber` integer — The number of this part
    - `lastModified` string, date-time — When this part was last modified
    - `eTag` string — An ETag representing a resource
    - `size` integer — The size of this part in bytes

## Other responses

- `500` — Internal server error

---

[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)
