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

# GET /annotationStore/{name}/version/{versionName}

`GET /annotationStore/{name}/version/{versionName}`

Retrieves the metadata for an annotation store version.

## Path parameters

- `name` string, required
- `versionName` string, required

## Response `200`

Success

- GetAnnotationStoreVersionResponse
  - `storeId` string, required — The store ID for annotation store version.
  - `id` string, required — The annotation store version ID.
  - `status` 'CREATING' | 'UPDATING' | 'DELETING' | 'ACTIVE' | 'FAILED', required — The status of an annotation store version.
  - `versionArn` string, required — The Arn for the annotation store.
  - `name` string, required — The name of the annotation store.
  - `versionName` string, required — The name given to an annotation store version to distinguish it from others.
  - `description` string, required — The description for an annotation store version.
  - `creationTime` string, date-time, required — The time stamp for when an annotation store version was created.
  - `updateTime` string, date-time, required — The time stamp for when an annotation store version was updated.
  - `tags` object, required — Any tags associated with an annotation store version.
  - `versionOptions` object — The options for an annotation store version.
    - `tsvVersionOptions` object — File settings for a version of 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 version's annotation type.
      - `formatToHeader` object — The annotation store version's header key to column name mapping.
      - `schema` SchemaItem[] — The TSV schema for an annotation store version.
  - `statusMessage` string, required — The status of an annotation store version.
  - `versionSizeBytes` integer, required — The size of the annotation store version 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)
