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.
post/sequencestore/{sequenceStoreId}/uploads
Path parameters
sequenceStoreIdstring required
The Sequence Store ID used for the multipart uploads.
Query parameters
maxResultsinteger
The maximum number of multipart uploads returned in a page.
nextTokenstring
Next token returned in the response of a previous ListMultipartReadSetUploads call. Used to get the next page of results.
Response
Success