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

# GET /annotationStore/{name}

`GET /annotationStore/{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 an annotation store.

## Path parameters

- `name` string, required

## Response `200`

Success

- GetAnnotationStoreResponse
  - `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.
  - `storeOptions` object — The store's parsing options.
    - `tsvStoreOptions` object — File settings for a TSV store.
      - `annotationType` 'GENERIC' | 'CHR_POS' | 'CHR_POS_REF_ALT' | 'CHR_START_END_ONE_BASE' | 'CHR_START_END_REF_ALT_ONE_BASE' | 'CHR_START_END_ZERO_BASE' | 'CHR_START_END_REF_ALT_ZERO_BASE' — The store's annotation type.
      - `formatToHeader` object — The store's header key to column name mapping.
      - `schema` SchemaItem[] — The store's schema.
  - `storeFormat` 'GFF' | 'TSV' | 'VCF' — The store's annotation file format.
  - `statusMessage` string, required — A status message.
  - `storeSizeBytes` integer, required — The store's size in bytes.
  - `numVersions` integer, required — An integer indicating how many versions of an annotation store exist.

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