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

Actions

Path: synthflowai.db.actions.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.

Assistants

Path: synthflowai.db.assistants.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.

Calls

Path: synthflowai.db.calls.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.

Contacts

Path: synthflowai.db.contacts.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.

Knowledge Bases

Path: synthflowai.db.knowledgeBases.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.

Memory Stores

Path: synthflowai.db.memoryStores.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.

Phone Books

Path: synthflowai.db.phoneBooks.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.

Voices

Path: synthflowai.db.voices.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.