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

Bots

Path: botpress.db.bots.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.

Integrations

Path: botpress.db.integrations.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.

Workspaces

Path: botpress.db.workspaces.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.