---
title: "GET /datastore/{datastoreId}"
method: GET
path: "/datastore/{datastoreId}"
---

# GET /datastore/{datastoreId}

`GET /datastore/{datastoreId}`

Get data store properties.

## Path parameters

- `datastoreId` string, required

## Response `200`

Success

- GetDatastoreResponse
  - `datastoreProperties` object, required — The data store properties.
    - `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.
    - `kmsKeyArn` string — The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
    - `lambdaAuthorizerArn` string — The ARN of the authorizer's Lambda function.
    - `losslessStorageFormat` 'HTJ2K' | 'JPEG_2000_LOSSLESS' — The datastore's lossless storage format.
    - `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.

## Other responses

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

---

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