WorkerWorker Filters Deprecated

List Filters

GET

Path parameters

zone_idstringRequired
Identifier

Response

This endpoint returns an object
result
list of objectsOptional
GET
1curl https://api.cloudflare.com/client/v4/zones/023e105f4ecef8ad9ca31a8372d0c353/workers/filters \
2 -H "Authorization: Bearer <token>"
200Retrieved
1{
2 "result": [
3 {
4 "enabled": true,
5 "id": "023e105f4ecef8ad9ca31a8372d0c353",
6 "pattern": "example.net/*"
7 }
8 ]
9}