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

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

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

Completes a multipart read set upload into a sequence store after you have initiated the upload process with `CreateMultipartReadSetUpload` and uploaded all read set parts using `UploadReadSetPart`. You must specify the parts you uploaded using the parts parameter. If the operation is successful, it returns the read set ID(s) of the uploaded read set(s).

For more information, see [Direct upload to a sequence store](https://docs.aws.amazon.com/omics/latest/dev/synchronous-uploads.html) in the _Amazon Web Services HealthOmics User Guide_.

## Path parameters

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

## Request body

- object
  - `parts` CompleteReadSetUploadPartListItem[], required — The individual uploads or parts of a multipart upload.
    - `partNumber` integer, required — A number identifying the part in a read set upload.
    - `partSource` 'SOURCE1' | 'SOURCE2', required — The source file of the part being uploaded.
    - `checksum` string, required — A unique identifier used to confirm that parts are being added to the correct upload.

## Response `200`

Success

- CompleteMultipartReadSetUploadResponse
  - `readSetId` string, required — The read set ID created for an uploaded read set.

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