SSHKeys
List SSH keys
Returns all SSH public keys for SFTP storage access. These keys enable passwordless authentication to SFTP storages.
get/storage/provisioning/v1/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"
}
]
}