v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

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

post/sequencestore/{sequenceStoreId}/upload/{uploadId}/parts

Path parameters

sequenceStoreIdstring required

The Sequence Store ID used for the multipart uploads.

uploadIdstring required

The ID for the initiated multipart upload.

Query parameters

maxResultsinteger

The maximum number of read set upload parts returned in a page.

nextTokenstring

Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.

Request body

partSource'SOURCE1' | 'SOURCE2' required

The source file for the upload part.

Response

Success

nextTokenstring

Next token returned in the response of a previous ListReadSetUploadParts call. Used to get the next page of results.