---
title: "POST /sequencestore/{sequenceStoreId}/upload/{uploadId}/parts"
method: POST
path: "/sequencestore/{sequenceStoreId}/upload/{uploadId}/parts"
---

# POST /sequencestore/{sequenceStoreId}/upload/{uploadId}/parts

`POST /sequencestore/{sequenceStoreId}/upload/{uploadId}/parts`

Lists all parts in a multipart read set upload for a sequence store and returns the metadata in a JSON formatted output.

## Path parameters

- `sequenceStoreId` string, required
- `uploadId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Request body

- object
  - `partSource` 'SOURCE1' | 'SOURCE2', required — The source file for the upload part.
  - `filter` object — Filter settings that select for read set upload parts of interest.
    - `createdAfter` string, date-time — Filters for read set uploads after a specified time.
    - `createdBefore` string, date-time — Filters for read set part uploads before a specified time.

## Response `200`

Success

- ListReadSetUploadPartsResponse
  - `nextToken` string — Next token returned in the response of a previous ListReadSetUploadParts call. Used to get the next page of results.
  - `parts` ReadSetUploadPartListItem[] — An array of upload parts.
    - `partNumber` integer, required — The number identifying the part in an upload.
    - `partSize` integer, required — The size of the the part in an upload.
    - `partSource` 'SOURCE1' | 'SOURCE2', required — The origin of the part being direct uploaded.
    - `checksum` string, required — A unique identifier used to confirm that parts are being added to the correct upload.
    - `creationTime` string, date-time — The time stamp for when a direct upload was created.
    - `lastUpdatedTime` string, date-time — The time stamp for the most recent update to an uploaded part.

## Other responses

- `480` — InternalServerException
- `481` — NotSupportedOperationException
- `482` — ServiceQuotaExceededException
- `483` — ThrottlingException
- `484` — ValidationException
- `485` — ResourceNotFoundException
- `486` — AccessDeniedException
- `487` — RequestTimeoutException

---

[API](https://skmtc.net/aws/apis/omics.md) · [All operations](https://skmtc.net/aws/apis/omics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/omics/versions/e9df1bcc0813/schema)
