v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Retrieves metadata for a sequence store using its ID and returns it in JSON format.

get/sequencestore/{id}

Path parameters

idstring required

The store's ID.

Response

Success

idstring required

The store's ID.

arnstring required

The store's ARN.

namestring

The store's name.

descriptionstring

The store's description.

creationTimestring date-time required

When the store was created.

fallbackLocationstring

An S3 location that is used to store files that have failed a direct upload.

eTagAlgorithmFamily'MD5up' | 'SHA256up' | 'SHA512up'

The algorithm family of the ETag.

status'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'FAILED'

The status of the sequence store.

statusMessagestring

The status message of the sequence store.

propagatedSetLevelTagsTagKey[]

The tags keys to propagate to the S3 objects associated with read sets in the sequence store.

updateTimestring date-time

The last-updated time of the sequence store.