API Evangelist API Evangelist
API Learnings
Toolbox
API Evangelist LLC

Trino Client REST API

The Trino Client REST API enables clients to submit SQL queries to a Trino coordinator and retrieve results. Clients POST SQL to /v1/statement, then poll GET on the returned nextUri, and may DELETE nextUri to cancel. Used by all Trino client drivers (Python, Go, Java, JavaScript) and data tools like dbt, Grafana, and Apache Superset.

Documentation

Specifications

OpenAPI

trino-client-api-openapi.yml Raw ↑