---
title: "Get the Secret Store."
method: GET
path: "/orgs/{orgId}/secretstores/{storeId}"
tags: ["public", "SecretStore"]
---

# Get the Secret Store.

`GET /orgs/{orgId}/secretstores/{storeId}`

## Path parameters

- `orgId` string, required
- `storeId` string, required

## Response `200`

Returns Secret Stores.

- SecretStoreResponse — Secret Store represents external secret management system used by an organization to store secrets referenced in Humanitec.
  - `awssm` AWSSMResponse — AWS Secret Manager specification.
    - `endpoint` string
    - `region` string
  - `azurekv` AzureKVResponse — Azure Key Vault specification.
    - `tenant_id` string
    - `url` string
  - `created_at` string, required
  - `created_by` string, required
  - `gcpsm` GCPSMResponse — GCP Secret Manager specification.
    - `project_id` string
  - `humanitec` HumanitecResponse — Humanitec built-in Secret Store specification.
  - `id` string, required
  - `primary` boolean, required
  - `updated_at` string, required
  - `updated_by` string, required
  - `vault` VaultResponse — Vault specification.
    - `agent_id` string
    - `path` string
    - `url` string

## Other responses

- `404` — Secret Store not found.

---

[API](https://skmtc.net/humanitec/apis/humanitec-api.md) · [All operations](https://skmtc.net/humanitec/apis/humanitec-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humanitec/humanitec-api/revisions/e21ad140ec3c/schema)
