---
title: "Retrieve all SSH Keys"
method: GET
path: "/v2/org/{org}/nico/sshkey"
tags: ["SSH Key"]
---

# Retrieve all SSH Keys

`GET /v2/org/{org}/nico/sshkey`

Retrieve all SSH Keys for the current Tenant.

Org must have a Tenant entity. User must have authorization role with `TENANT_ADMIN` suffix.

## Query parameters

- `sshKeyGroupId` string
- `query` string
- `includeRelation` 'Tenant'
- `pageNumber` integer — One-indexed page number.
- `pageSize` integer
- `orderBy` 'NAME_ASC' | 'NAME_DESC' | 'STATUS_ASC' | 'STATUS_DESC' | 'CREATED_ASC' | 'CREATED_DESC' | 'UPDATED_ASC' | 'UPDATED_DESC'

## Response `200`

- SshKey[]
  - `id` string, uuid — Unique identifier for the key
  - `name` string — Name of the SSHKey
  - `org` string — Organization the SSHKey belongs to
  - `tenantId` string, uuid — ID of the Tenant
  - `fingerprint` string — SHA256 fingerprint of the public key
  - `created` string, date-time — Date/time when the SSH key was created
  - `updated` string, date-time — Date/time when the SSH key was last updated

## Other responses

- `403` — Error response when user is not authorized to call an endpoint or retrieve/modify objects

## Changes

> 90 revisions in range; 14 could not be searched.

- **2026-08-18** `c459c6587dee` — 1 warning
  - for the `query` request parameter `pageNumber`, the max was set to `21474836.00`

[Change history](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/changes/v2/org/:org/nico/sshkey/get.md)

---

[API](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api.md) · [All operations](https://skmtc.dev/nvidia/apis/nvidia-infra-controller-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nvidia/nvidia-infra-controller-rest-api/revisions/2096eb1db2c1/schema)
