---
title: "/sshkeys"
method: GET
path: "/sshkeys"
---

# /sshkeys

`GET /sshkeys`

Get all SSH Keys for the account.

## Response `200`

Returns an SSHKeysResponse object

- SshKeysResponse
  - `ssh_keys` SshKey[], required
    - `id` string, required — The ID of the SSH Key.
    - `name` string, required — The name of the SSH Key.
    - `public_key` string, required — The public key.
    - `is_default` boolean, required — Indicates the default key.

## Changes

> 50 revisions in range; 1 could not be searched.

- **2025-08-19** `3628781ac93f` — 1 info
  - api operation id `sshkeys` removed and replaced with `SshKeys`
- **2024-05-14** `bd94669d4159` — 1 warning
  - removed the optional property `ssh_keys/items/private_key` from the response with the `200` status
- **2024-05-09** `94c632679032` — 1 info
  - endpoint added
- **2024-01-11** `7d5677457388` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/shadeform/apis/shadeform-api/changes/sshkeys/get.md)

---

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