Basic Information

appmixer.posthog.core.RunQuery

1.0.0

Public

Run a HogQL (SQL-like) query against a PostHog project's analytics data and return the result rows.

Input Ports

in

FieldTypeDescription
Project text Pick a project, or type the numeric Project ID directly.
HogQL Query textarea HogQL query to run, e.g. SELECT event, count() FROM events GROUP BY event ORDER BY count() DESC LIMIT 10.

Output Ports

out

FieldTypeDescription
Result Rows array -
Columns array -
Row Count integer -

Full Metadata