Skip to content

Querying

The query endpoint is:

POST /api/v1/datasets/{name}/query
Content-Type: application/json

For one-request Arrow IPC exports, use:

POST /api/v1/datasets/{name}/query/stream
Content-Type: application/json

The legacy un-versioned alias POST /api/datasets/{name}/query is also mounted and behaves identically. The stream endpoint is also available under POST /api/datasets/{name}/query/stream.

Pages