v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Retrieves status information about a read set export job and returns the data in JSON format. Use this operation to actively monitor the progress of an export job.

get/sequencestore/{sequenceStoreId}/exportjob/{id}

Path parameters

sequenceStoreIdstring required

The job's sequence store ID.

idstring required

The job's ID.

Response

Success

idstring required

The job's ID.

sequenceStoreIdstring required

The job's sequence store ID.

destinationstring required

The job's destination in Amazon S3.

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

The job's status.

statusMessagestring

The job's status message.

creationTimestring date-time required

When the job was created.

completionTimestring date-time

When the job completed.