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

Heartbeat Groups

Path: betterstack.db.heartbeatGroups.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.

Heartbeats

Path: betterstack.db.heartbeats.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 Groups

Path: betterstack.db.monitorGroups.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.

Monitors

Path: betterstack.db.monitors.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.

On Call Schedules

Path: betterstack.db.onCallSchedules.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.

Policies

Path: betterstack.db.policies.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.

Status Pages

Path: betterstack.db.statusPages.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.

Urgencies

Path: betterstack.db.urgencies.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.