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

Data Points

Path: crowterminal.db.dataPoints.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.

Incidents

Path: crowterminal.db.incidents.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.

Skills

Path: crowterminal.db.skills.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: crowterminal.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.