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

Agents

Path: cursor.db.agents.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.

Api Keys

Path: cursor.db.apiKeys.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.

Models

Path: cursor.db.models.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.

Repositories

Path: cursor.db.repositories.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.