Skip to main content
GET
List Cache Keys

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required

Query Parameters

pattern
string

Provide the pattern. Optional key pattern filter such as "transform:*".

Required string length: 1 - 512
Pattern: ^[a-zA-Z0-9_:.*\-/]+$
cursor
string

Pagination cursor from a previous response.

limit
number
default:100

Maximum keys to return (default 100, min 1, max 1000).

Required range: 1 <= x <= 1000

Response

List of cache keys.

keys
string[]
required
count
number
required
cursor
string | null
required
has_more
boolean
required