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

Dns Records

Path: cloudflareapikey.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.

Dnssec

Path: cloudflareapikey.db.dnssec.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.

Lockdowns

Path: cloudflareapikey.db.lockdowns.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.

R2Objects

Path: cloudflareapikey.db.r2Objects.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: cloudflareapikey.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.

Zones

Path: cloudflareapikey.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.