v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Returns detailed information about the status of a read set activation job in JSON format.

get/sequencestore/{sequenceStoreId}/activationjob/{id}

Path parameters

idstring required

The job's ID.

sequenceStoreIdstring required

The job's sequence store ID.

Response

Success

idstring required

The job's ID.

sequenceStoreIdstring required

The job's sequence store ID.

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.