Skip to main content

Query Dataset Version

POST 

/datasets/:dataset_id/versions/:version_id/query

Execute a SQL query against a specific dataset version's Parquet file.

Unlike POST /datasets/{id}/query, which always reads the dataset's latest version, this targets exactly the named version_id — useful for querying a historical or non-golden version directly rather than whatever the dataset currently points at. Only SELECT queries are allowed, and the version is available as a table named dataset. Rejected with 404 if version_id does not belong to dataset_id.

Request​

Responses​

Successful Response