Skip to main content
GET
List

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

Query Parameters

environment
string

Environment slug to scope this operation to. Defaults to "production". An environment that does not exist on the project answers 404. Caches are isolated to the addressed environment.

Pattern: ^[a-z][a-z0-9-]{0,38}$

Response

200 - application/json

Caches ordered by name.

id
string
required
name
string
required
Pattern: ^[a-z][a-z0-9-]{1,61}$
environment
string
required
status
enum<string>
required
Available options:
provisioning,
ready,
failed
region
string
required
sku
string
required
memoryMb
integer
required
persistence
enum<string>
required
Available options:
none,
aof
evictionPolicy
enum<string>
required
Available options:
allkeys-lru,
allkeys-lfu,
volatile-lru,
noeviction
host
string
required

Branded TLS cache endpoint.

port
integer
required
tls
boolean
required
createdAt
string<date-time>
required