v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Starts a read set export job. When the export job is finished, the read set is exported to an Amazon S3 bucket which can be retrieved using the GetReadSetExportJob API operation.

To monitor the status of the export job, use the ListReadSetExportJobs API operation.

post/sequencestore/{sequenceStoreId}/exportjob

Path parameters

sequenceStoreIdstring required

The read set's sequence store ID.

Request body

destinationstring required

A location for exported files in Amazon S3.

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.

destinationstring required

The job's output location.

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.