---
title: "GET /variantStore/{name}"
method: GET
path: "/variantStore/{name}"
---

# GET /variantStore/{name}

`GET /variantStore/{name}`

Amazon Web Services HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see [Amazon Web Services HealthOmics variant store and annotation store availability change](https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html).

Gets information about a variant store.

## Path parameters

- `name` string, required

## Response `200`

Success

- GetVariantStoreResponse
  - `id` string, required — The store's ID.
  - `reference` object, required — The store's genome reference.
    - `referenceArn` string — The reference's ARN.
  - `status` 'CREATING' | 'UPDATING' | 'DELETING' | 'ACTIVE' | 'FAILED', required — The store's status.
  - `storeArn` string, required — The store's ARN.
  - `name` string, required — The store's name.
  - `description` string, required — The store's description.
  - `sseConfig` object, required — 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.
  - `updateTime` string, date-time, required — When the store was updated.
  - `tags` object, required — The store's tags.
  - `statusMessage` string, required — The store's status message.
  - `storeSizeBytes` integer, required — The store's size in bytes.

## Other responses

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

---

[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)
