Queries
Builder and SQL queries against the events table
Org-scoped queries against a virtual events table.
Modes
| Mode | Best for |
|---|---|
| Builder | Level, Kind (Any / REQ / RES), Env, App, message text — then Run |
| SQL | ClickHouse SQL against events; schema from live DESCRIBE |
Data source
- Hot (CH) — recent ClickHouse window (default)
- Cold (S3) — archive when your plan includes it
Click a result row for the same detail sheet as Live Logs / Logs. Export downloads the current result set.
Tips
- Builder fills compact SQL you can switch to and edit.
- Virtual table name is always
events— columns match ingest (type,message,appName,environment,kind,body, …).
Back: Live Logs & Logs