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

# Get Hetzner SSH Keys

`GET /hetzner/ssh-keys`

Get all SSH keys stored in the Hetzner account.

## Query parameters

- `cloud_provider_token_uuid` string
- `cloud_provider_token_id` string

## Response `200`

List of Hetzner SSH keys.

- object[]
  - `id` integer
  - `name` string
  - `fingerprint` string
  - `public_key` string

## Other responses

- `401` — Unauthenticated.
- `404` — Resource not found.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/08be5dc8e729/schema)
