---
title: "Get SSH key"
method: GET
path: "/api/v1/ssh-keys/{id}"
tags: ["SSH Keys"]
---

# Get SSH key

`GET /api/v1/ssh-keys/{id}`

Get details of a specific SSH key.

## Path parameters

- `id` string, uuid, required

## Response `200`

SSH key details

- object
  - `success` boolean
  - `data` SSHKey
    - `id` string, uuid, required — SSH key ID
    - `name` string, required — SSH key display name
    - `public_key` string, required — Full SSH public key string (e.g. `ssh-ed25519 AAAA... user@host`)
    - `key_type` 'ssh-rsa' | 'ssh-ed25519' | 'ecdsa-sha2-nistp256' | 'ecdsa-sha2-nistp384' | 'ecdsa-sha2-nistp521', required — Parsed key algorithm
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/2f4df56be77c/schema)
