---
title: "List project SSH keys"
method: GET
path: "/v1/project/{projectId}/ssh-keys"
tags: ["Projects"]
---

# List project SSH keys

`GET /v1/project/{projectId}/ssh-keys`

Lists the SSH keys associated with members of a project.

## Path parameters

- `projectId` string, required

## Response `200`

A successful response.

- ListProjectSshKeysResponse
  - `sshKeys` SshKey[], required
    - `comment` string
    - `createTime` string, date-time
    - `fingerprint` string
    - `id` string
    - `publicKey` string, required
    - `type` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/cudocompute/apis/cudo-compute-service.md) · [All operations](https://skmtc.net/cudocompute/apis/cudo-compute-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cudocompute/cudo-compute-service/revisions/93dc40dababc/schema)
