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

# GET /referencestore/{id}

`GET /referencestore/{id}`

Gets information about a reference store.

## Path parameters

- `id` string, required

## Response `200`

Success

- GetReferenceStoreResponse
  - `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.

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