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

# Get an SSH key

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

Retrieves the details of an SSH key.

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- SshKey
  - `comment` string
  - `createTime` string, date-time
  - `fingerprint` string
  - `id` string
  - `publicKey` string, required
  - `type` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/cudocompute/apis/cudo-compute-service.md) · [All operations](https://skmtc.net/cudocompute/apis/cudo-compute-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cudocompute/cudo-compute-service/revisions/93dc40dababc/schema)
