---
title: "List SSH keys"
method: GET
path: "/keys/list"
tags: ["Utilities"]
---

# List SSH keys

`GET /keys/list`

Get a list of all SSH keys for the authenticated user's organization

## Request body

- object

## Response `200`

OK

- ThundertypesSSHKey[]
  - `created_at` integer
  - `fingerprint` string
  - `id` string
  - `key_type` string
  - `name` string, required
  - `public_key` string, required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/thundercompute/apis/thunder-compute-api.md) · [All operations](https://skmtc.dev/thundercompute/apis/thunder-compute-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thundercompute/thunder-compute-api/revisions/122382e24d26/schema)
