Query Events
queryExecute read-only SQL queries on ClickHouse game telemetry events to analyze heatmaps, performance regressions, retention, and alerts.
Instructions
Execute a read-only SQL query against the ClickHouse events table. Returns up to limit rows (default 100, max 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL query to execute | |
| limit | No | Max rows to return (default 100) | |
| project_id | No | Override the default project ID |