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

Uploadcare File

Path: uploadcare.db.UploadcareFile.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.

Uploadcare Group

Path: uploadcare.db.UploadcareGroup.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.