v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Imports a read set from the sequence store. Read set import jobs support a maximum of 100 read sets of different types. Monitor the progress of your read set import job by calling the <code>GetReadSetImportJob</code> API operation.

post/sequencestore/{sequenceStoreId}/importjob

Path parameters

sequenceStoreIdstring required

The read set's sequence store ID.

Request body

roleArnstring required

A service role for the job.

clientTokenstring

To ensure that jobs don't run multiple times, specify a unique token for each job.

Response

Success

idstring required

The job's ID.

sequenceStoreIdstring required

The read set's sequence store ID.

roleArnstring required

The job's service role ARN.

status'SUBMITTED' | 'IN_PROGRESS' | 'CANCELLING' | 'CANCELLED' | 'FAILED' | 'COMPLETED' | 'COMPLETED_WITH_FAILURES' required

The job's status.

creationTimestring date-time required

When the job was created.