---
title: "GET /datastore"
method: GET
path: "/datastore"
---

# GET /datastore

`GET /datastore`

List data stores.

## Query parameters

- `datastoreStatus` 'CREATING' | 'CREATE_FAILED' | 'ACTIVE' | 'DELETING' | 'DELETED'
- `nextToken` string
- `maxResults` integer

## Response `200`

Success

- ListDatastoresResponse
  - `datastoreSummaries` DatastoreSummary[] — The list of summaries of data stores.
    - `datastoreId` string, required — The data store identifier.
    - `datastoreName` string, required — The data store name.
    - `datastoreStatus` 'CREATING' | 'CREATE_FAILED' | 'ACTIVE' | 'DELETING' | 'DELETED', required — The data store status.
    - `datastoreArn` string — The Amazon Resource Name (ARN) for the data store.
    - `createdAt` string, date-time — The timestamp when the data store was created.
    - `updatedAt` string, date-time — The timestamp when the data store was last updated.
  - `nextToken` string — The pagination token used to retrieve the list of data stores on the next page.

## Other responses

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

---

[API](https://skmtc.net/aws/apis/medical-imaging.md) · [All operations](https://skmtc.net/aws/apis/medical-imaging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/medical-imaging/versions/a4a282481097/schema)
