v32

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

List SFTP storages

Returns a paginated list of SFTP storage instances for the authenticated client.

get/storage/v4/sftp_storages

Query parameters

idstring

Filter by storage ID

namestring

Filter by storage name

location_namestring

Filter by storage location/region

offsetinteger

Number of records to skip

limitinteger

Max number of records in response

order_bystring
provisioning_status'active' | 'creating' | 'updating' | 'deleting' | 'deleted'

Filter by provisioning status

show_deletedboolean

Include deleted storages

Response

SFTPStorageListEndpointResV4

countinteger required

Total number of SFTP storages matching the filter

Example response

{
  "count": 1,
  "results": [
    {
      "address": "luxembourg-2.storage.example.com",
      "created_at": "2025-08-05T09:17:02Z",
      "expires": "2 years 6 months",
      "full_name": "696-my-sftp-storage",
      "has_password": true,
      "id": 1,
      "location_name": "luxembourg-2",
      "name": "my-sftp-storage",
      "password": "Xy9$mN2p!qR8",
      "provisioning_status": "active",
      "server_alias": "my-storage.example.com",
      "ssh_key_ids": [
        1,
        2
      ]
    }
  ]
}