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

Contexts

Path: circleci.db.contexts.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.

Groups

Path: circleci.db.groups.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.

Orb Allowlist Entries

Path: circleci.db.orbAllowlistEntries.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.

Pipeline Definitions

Path: circleci.db.pipelineDefinitions.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.

Project Env Vars

Path: circleci.db.projectEnvVars.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.

Projects

Path: circleci.db.projects.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.

Schedules

Path: circleci.db.schedules.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.