v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
SSHKeys

List SSH keys

Returns all SSH public keys for SFTP storage access. These keys enable passwordless authentication to SFTP storages and are not used for S3-compatible storage. Deprecated: Use GET /v4/ssh_keys instead.

get/storage/provisioning/v2/key

Query parameters

offsetinteger

Number of records to skip before beginning to write in response.

limitinteger

Max number of records in response

order_bystring

Field name to sort by

order_direction'asc' | 'desc'

Ascending or descending order

idstring
namestring
createdstring

Response

KeyListEndpointRes

Example response

{
  "data": [
    {
      "created_at": "2025-08-05T09:15:00Z",
      "id": 123,
      "name": "my-production-key"
    }
  ]
}