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

Agents

Path: agenty.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.

Jobs

Path: agenty.db.jobs.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.

Lists

Path: agenty.db.lists.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.