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

Assets

Path: canva.db.assets.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.

Brand Templates

Path: canva.db.brandTemplates.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.

Designs

Path: canva.db.designs.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.

Folders

Path: canva.db.folders.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.