{% extends "explorer/base.html" %} {% block content %}
Accept-Encoding (compression is always
gzip, deflate, br, zstd), Host,
Connection and Content-Length. Use curl
to control those. The Accept header is set automatically from the
response-format toggle.
{{ api_base }}/datasets/<name>/query.
Body is a QueryRequest (columns, predicates, group_by, order_by, page, page_size…).
{{ api_base }}/sql. Read-only single-dataset
SELECT/WITH, capped server-side.
[sql].enabled = false).
You can still check syntax, but queries will return 404. Use
To JSON query to convert simple SQL into a structured
request that runs without the raw-SQL endpoint.
SELECT * FROM <name> LIMIT 10;.