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

Dataset

Path: datarobot.db.dataset.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.

Deployment

Path: datarobot.db.deployment.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

Path: datarobot.db.project.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.

Use Case

Path: datarobot.db.useCase.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.

User

Path: datarobot.db.user.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.