---
title: "List SSH keys"
method: GET
path: "/storage/v4/ssh_keys"
tags: ["SSHKeys"]
---

# List SSH keys

`GET /storage/v4/ssh_keys`

Returns a paginated list of all SSH public keys for SFTP storage access.

## Query parameters

- `offset` integer
- `limit` integer
- `order_by` string
- `name` string

## Response `200`

SSHKeysListEndpointResV4

- SSHKeysListEndpointResV4
  - `count` integer, required — Total number of SSH keys
  - `results` SSHKeyV4[], required — The list of SSH keys
    - `created_at` string, date-time, required — ISO 8601 timestamp when the SSH key was created
    - `id` integer, required — Unique identifier for the SSH key
    - `name` string, required — User-defined name for the SSH key
    - `public_key` string, required — The SSH public key content

## Other responses

- `400` — ErrResponse
- `401` — ErrResponse
- `403` — ErrResponse

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
