---
title: "POST /sequencestores"
method: POST
path: "/sequencestores"
---

# POST /sequencestores

`POST /sequencestores`

Retrieves a list of sequence stores and returns each sequence store's metadata.

For more information, see [Creating a HealthOmics sequence store](https://docs.aws.amazon.com/omics/latest/dev/create-sequence-store.html) in the _Amazon Web Services HealthOmics User Guide_.

## Query parameters

- `maxResults` integer
- `nextToken` string

## Request body

- object
  - `filter` object — A filter for a sequence store.
    - `name` string — A name to filter on.
    - `createdAfter` string, date-time — The filter's start date.
    - `createdBefore` string, date-time — The filter's end date.
    - `status` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'FAILED' — Filter results based on status.
    - `updatedAfter` string, date-time — Filter results based on stores updated after the specified time.
    - `updatedBefore` string, date-time — Filter results based on stores updated before the specified time.

## Response `200`

Success

- ListSequenceStoresResponse
  - `nextToken` string — A pagination token that's included if more results are available.
  - `sequenceStores` SequenceStoreDetail[], required — A list of sequence stores.
    - `arn` string, required — The store's ARN.
    - `id` string, required — The store's ID.
    - `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.
    - `eTagAlgorithmFamily` 'MD5up' | 'SHA256up' | 'SHA512up' — The algorithm family of the ETag.
    - `status` 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'FAILED' — Status of the sequence store.
    - `statusMessage` string — The status message of the sequence store.
    - `updateTime` string, date-time — The last-updated time of the Sequence Store.

## Other responses

- `480` — InternalServerException
- `481` — ThrottlingException
- `482` — ValidationException
- `483` — AccessDeniedException
- `484` — 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)
