Broker Query API
Pinot query API reference.
Endpoints
Method
Endpoint
Purpose
Query Submission
curl -H "Content-Type: application/json" -X POST \
-d '{"sql":"select foo, count(*) from myTable group by foo limit 100"}' \
http://localhost:8099/query/sqlcurl -H "Content-Type: application/json" -X POST \
-d '{"sql":"select count(*) from a JOIN b ON a.x = b.x"}' \
http://localhost:8099/queryCursor Pagination
Operational Notes
What this page covered
Next step
Related pages
Last updated
Was this helpful?

