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

Teams

Path: amara.db.teams.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.

Users

Path: amara.db.users.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.

Videos

Path: amara.db.videos.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.