Skip to main content
The Cloudflare plugin syncs data locally. Use corsair.cloudflare.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Dns Records

Path: cloudflare.db.dnsRecords.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Rulesets

Path: cloudflare.db.rulesets.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Worker Routes

Path: cloudflare.db.workerRoutes.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Worker Scripts

Path: cloudflare.db.workerScripts.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Zones

Path: cloudflare.db.zones.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.