---
title: "Get SSH keys"
method: GET
path: "/v1/ssh-keys"
tags: ["SSH Keys"]
---

# Get SSH keys

`GET /v1/ssh-keys`

## Response `200`

Returns a list of the project's SSH keys

- GetKeysResponseDto[]
  - `id` string, required — SSH key id
  - `name` string, required — Name of the SSH key
  - `key` string, required — Public SSH key
  - `fingerprint` string, nullable, required — MD5 fingerprint of the public key as colon-separated hex (matches `ssh-keygen -E md5`). `null` if the stored key cannot be parsed.

---

[API](https://skmtc.net/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.net/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/0d66c7340876/schema)
