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

Batch Verifications

Path: bouncer.db.batchVerifications.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.

Domain Verifications

Path: bouncer.db.domainVerifications.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.

Email Verifications

Path: bouncer.db.emailVerifications.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.

Toxicity Jobs

Path: bouncer.db.toxicityJobs.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.

Toxicity Results

Path: bouncer.db.toxicityResults.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.