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

Files

Path: box.db.files.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.

Folders

Path: box.db.folders.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.