---
title: "POST /sequencestore/{sequenceStoreId}/uploads"
method: POST
path: "/sequencestore/{sequenceStoreId}/uploads"
---

# POST /sequencestore/{sequenceStoreId}/uploads

`POST /sequencestore/{sequenceStoreId}/uploads`

Lists in-progress multipart read set uploads for a sequence store and returns it in a JSON formatted output. Multipart read set uploads are initiated by the <code>CreateMultipartReadSetUploads</code> API operation. This operation returns a response with no body when the upload is complete.

## Path parameters

- `sequenceStoreId` string, required

## Query parameters

- `maxResults` integer
- `nextToken` string

## Response `200`

Success

- ListMultipartReadSetUploadsResponse
  - `nextToken` string — Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
  - `uploads` MultipartReadSetUploadListItem[] — An array of multipart uploads.
    - `sequenceStoreId` string, required — The sequence store ID used for the multipart upload.
    - `uploadId` string, required — The ID for the initiated multipart upload.
    - `sourceFileType` 'FASTQ' | 'BAM' | 'CRAM' | 'UBAM', required — The type of file the read set originated from.
    - `subjectId` string, required — The read set source's subject ID.
    - `sampleId` string, required — The read set source's sample ID.
    - `generatedFrom` string, required — The source of an uploaded part.
    - `referenceArn` string, required — The source's reference ARN.
    - `name` string — The name of a read set.
    - `description` string — The description of a read set.
    - `tags` object — Any tags you wish to add to a read set.
    - `creationTime` string, date-time, required — The time stamp for when a direct upload was created.

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