---
title: "Get KMS details"
method: GET
path: "/api/v1/kms/{kms_id}"
tags: ["KMS"]
---

# Get KMS details

`GET /api/v1/kms/{kms_id}`

Retrieve KMS instance details by hashed ID or slug.

## Path parameters

- `kms_id` string, required — KMS ID (hashed) or slug

## Response `200`

Successful Response

- KMSInfo — KMS instance information.
  - `id` string, hashid, required — Hashed KMS identifier (kms_xxxxx)
  - `slug` string, nullable — Human-readable KMS name
  - `url` string, required — KMS endpoint URL
  - `version` string, required — KMS software version
  - `chain_id` integer, nullable — Blockchain chain ID if onchain
  - `kms_contract_address` string, nullable — Smart contract address if onchain
  - `gateway_app_id` string, nullable — Gateway application ID

## Other responses

- `404` — KMS not found
- `422` — Validation Error

---

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