---
title: "List SSH keys"
method: GET
path: "/me/ssh-keys"
tags: ["me"]
---

# List SSH keys

`GET /me/ssh-keys`

Retrieve a list of SSH keys for the current authenticated user.

## Query parameters

- `name` string
- `fingerprint` string

## Response `200`

Successfully retrieved the list of SSH keys.

- ListSSHKeysResponse
  - `keys` SshKeyListItem[], required — A list of SSH keys.
    - `id` string, uuid, required — The unique identifier for the SSH key.
    - `name` string, required — The SSH key name.
    - `fingerprint` string, required — The SSH key fingerprint in SHA256 format.
    - `createdAt` integer, required — The UNIX timestamp in seconds when the SSH key was created (UTC).

## Other responses

- `500` — - [group:**ssh-key**, code:**1201**]: Get SSH key list encountered DB error.

---

[API](https://skmtc.net/gmicloud/apis/cluster-engine-api.md) · [All operations](https://skmtc.net/gmicloud/apis/cluster-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gmicloud/cluster-engine-api/versions/bcbab016469f/schema)
