List SSH keys
SSH Keys
List SSH keys
List SSH key pairs for the authenticated user or a project. Private keys are never returned. Only public key, fingerprint, and metadata.
GET
List SSH keys
Authorizations
JWT authentication token
Query Parameters
Optional project ID to list project-scoped SSH keys
Response
List of SSH keys
Available options:
ed25519, rsa-2048, rsa-4096, ecdsa-256, ecdsa-384, ecdsa-521, password Authentication type (key = generated key pair, password = password-based)
Available options:
key, password SHA256 fingerprint of the public key (null for password auth)
OpenSSH authorized_keys format public key (null for password auth)

