List edge-cache-rules
GET /edge-cache-rules
GET
/edge-cache-rules
Per-path cache behavior rule linked to a CDN distribution. Synced to the cloud provider via cloud-connector on create/update (F2.EDGE.03 / W14-04).
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” pagination[page]
integer
pagination[pageSize]
integer
filters
Strapi REST filter syntax
object
sort
string
populate
string
Responses
Section titled “ Responses ”OK
object
data
Array
object
path_pattern
required
URL path pattern matched by this rule, e.g. /static/* or /api/*.
string
ttl_seconds
Cache TTL in seconds. 0 = bypass (do not cache).
integer
query_string_caching
Controls how query strings affect the cache key.
string
cookie_forwarding
Controls whether cookies are forwarded to the origin.
string
compress
Whether the CDN should compress eligible responses (gzip/Brotli).
boolean
allowed_methods
HTTP methods allowed through this behavior (string[]), e.g. [“GET”,“HEAD”].
is_active
Whether this rule is currently applied to the distribution.
boolean
cdn_distribution
organisation
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
meta
object
pagination
object
page
integer
pageSize
integer
pageCount
integer
total
integer
Missing or invalid authentication
Not authorized (tenant scope or capability)