---
title: "GET /sequencestore/{id}"
method: GET
path: "/sequencestore/{id}"
---

# GET /sequencestore/{id}

`GET /sequencestore/{id}`

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

## Path parameters

- `id` string, required

## Response `200`

Success

- GetSequenceStoreResponse
  - `id` string, required — The store's ID.
  - `arn` string, required — The store's ARN.
  - `name` string — The store's name.
  - `description` string — The store's description.
  - `sseConfig` object — The store's server-side encryption (SSE) settings.
    - `type` 'KMS', required — The encryption type.
    - `keyArn` string — An encryption key ARN.
  - `creationTime` string, date-time, required — When the store was created.
  - `fallbackLocation` string — An S3 location that is used to store files that have failed a direct upload.
  - `s3Access` object — The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
    - `s3Uri` string — The S3 URI of the sequence store.
    - `s3AccessPointArn` string — This is ARN of the access point associated with the S3 bucket storing read sets.
    - `accessLogLocation` string — Location of the access logs.
  - `eTagAlgorithmFamily` 'MD5up' | 'SHA256up' | 'SHA512up' — The algorithm family of the ETag.
  - `status` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'FAILED' — The status of the sequence store.
  - `statusMessage` string — The status message of the sequence store.
  - `propagatedSetLevelTags` TagKey[] — The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
  - `updateTime` string, date-time — The last-updated time of the sequence store.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — AccessDeniedException
- `485` — RequestTimeoutException

---

[API](https://skmtc.net/aws/apis/omics.md) · [All operations](https://skmtc.net/aws/apis/omics/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/omics/versions/e9df1bcc0813/schema)
