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

Collection

Path: postman.db.collection.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.

Environment

Path: postman.db.environment.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.

Mock

Path: postman.db.mock.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

Path: postman.db.monitor.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.

Workspace

Path: postman.db.workspace.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.