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

Lists

Path: wiza.db.lists.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.

Prospects

Path: wiza.db.prospects.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.

Reveals

Path: wiza.db.reveals.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.