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

# List SSH keys

`GET /ssh-keys`

This endpoint returns a list of SSH keys by various filters.

## Query parameters

- `filter[name]` string
- `filter[created-at]` string
- `filter[account]` string
- `filter[account-ssh-key]` string
- `page[number]` string
- `page[size]` string
- `query` string
- `sort` string[]
- `fields` object
  - `account-ssh-keys` string — The comma-separated list of fields to return in response for SSHKey resource.

## Response `200`

Success.

## Other responses

- `403` — User unauthorized to perform action.
- `4XX` — Client error.
- `5XX` — Server error.

---

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