mirror of https://github.com/apache/druid.git
1.2 KiB
1.2 KiB
id | title | sidebar_label |
---|---|---|
json-querying-api | JSON querying API | JSON querying |
This document describes the API endpoints to submit JSON-based native queries to Apache Druid.
Queries
POST /druid/v2/
The endpoint for submitting queries. Accepts an option ?pretty
that pretty prints the results.
POST /druid/v2/candidates/
Returns segment information lists including server locations for the given query.