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

Events

Path: posthog.db.events.search

Searchable filters

FieldTypeOperators
entity_idstringequals, contains, startsWith, endsWith, in
idstringequals, contains, startsWith, endsWith, in
eventstringequals, contains, startsWith, endsWith, in
distinct_idstringequals, contains, startsWith, endsWith, in
timestampstringequals, contains, startsWith, endsWith, in
uuidstringequals, contains, startsWith, endsWith, in
createdAtdateequals, before, after, between
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.