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

Account Usage

Path: agentql.db.accountUsage.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.

Browser Sessions

Path: agentql.db.browserSessions.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.

Document Query Results

Path: agentql.db.documentQueryResults.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.

Query Results

Path: agentql.db.queryResults.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.