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

Action Classes

Path: formbricks.db.actionClasses.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.

Contact Attribute Keys

Path: formbricks.db.contactAttributeKeys.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.

Surveys

Path: formbricks.db.surveys.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.

Teams

Path: formbricks.db.teams.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.

Webhooks

Path: formbricks.db.webhooks.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.