---
title: "Get an SSH key"
method: GET
path: "/ssh_keys/{key_id}"
tags: ["SSH Keys"]
---

# Get an SSH key

`GET /ssh_keys/{key_id}`

## Path parameters

- `key_id` integer, required

## Response `200`

A single SSH public key record.

- SSHKey — The ssh key object.
  - `key_id` integer — The ID of the public key.
  - `uid` integer — The internal user ID.
  - `fingerprint` string — The fingerprint of the public key.
  - `title` string — The title of the public key.
  - `value` string — The actual value of the public key.
  - `changed` string — The time of the last key modification (ISO 8601)

---

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