Skip to main content
GET
List Storage Zones

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Query Parameters

page
integer<int32>
default:0

The page number to return. When set to 0 (default), all items are returned as a plain array. When set to a value greater than 0, items are returned in a paginated response object.

Required range: 1 <= x <= 2147483647
perPage
integer<int32>
default:1000
Required range: 5 <= x <= 1000
includeDeleted
boolean
default:false
search
string | null

The search term that will be used to filter the results

Response

The list of storage zones on the account. When the page parameter is set to a value greater than 0, the response will be a paginated object with Items, CurrentPage, TotalItems and HasMoreItems properties instead of a plain array.

Id
integer<int64>

The ID of the storage zone

UserId
string | null

The ID of the user that owns the storage zone

Name
string | null

The name of the storage zone

Password
string | null

The API access key or FTP password

DateModified
string<date-time>

The date when the zone was last modified

Deleted
boolean

Determines if the zone was deleted or not

StorageUsed
integer<int64>

The total amount of storage used by this zone

FilesStored
integer<int64>

The total number of files stored by this zone

Region
string | null

The main region used by the storage zone

ReplicationRegions
string[] | null

The replication regions enabled for this storage zone

PullZones
object[] | null

The list of pull zones connected to this storage zone

ReadOnlyPassword
string | null

The read-only API access key or FTP password

Rewrite404To200
boolean

Determines if the storage zone will rewrite 404 status codes to 200 status codes

Custom404FilePath
string | null

The custom 404 error path that will be returned in case of a missing file.

StorageHostname
string | null

Determines the storage hostname for this zone

ZoneTier
enum<integer>

Determines the storage zone tier that is storing the data

Available options:
0,
1
ReplicationChangeInProgress
boolean

Determines if the storage zone is currently enabling a new replication region

PriceOverride
number<decimal>

The custom price override for this zone. Unit is $/TB/month.

Discount
integer<int32>

The Storage Zone specific pricing discount.

StorageZoneType
enum<integer>

The Storage Zone S3 support type

Available options:
0,
1
Last modified on June 26, 2026