Quick start
From the CLI:Available tables
To discover tables and columns programmatically:
Example queries
Events by type in the last 7 days:CLI output formats
Thetell query command supports three output formats:
Security
Tell validates every query before execution:- SELECT only —
INSERT,UPDATE,DELETE,DROP,ALTER, andTRUNCATEare blocked - Workspace scoping — table references are rewritten to
{workspace_id}.table_nameautomatically - No multi-statement — semicolons cannot separate multiple queries
- Rate limited — 30 queries per minute via the API
WITH ... AS), subqueries, and JOINs all work normally.
Limits
Set a custom limit with
LIMIT in your query or "limit" in the API request body.