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

Bulk Run

Path: browseai.db.bulkRun.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.

Monitor

Path: browseai.db.monitor.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.

Robot

Path: browseai.db.robot.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.

Robot Task

Path: browseai.db.robotTask.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.

System Status

Path: browseai.db.systemStatus.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.

Webhook

Path: browseai.db.webhook.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.