Query a dataset
Select, filter, sort, and paginate rows from one dataset.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Columns to return. Empty means every customer-visible column.
Structured filters combined with AND.
20Sort keys. The dbt grain is appended for deterministic pagination.
10Maximum rows per page.
1 <= x <= 1000Zero-based row offset.
0 <= x <= 100000Response
Successful Response
Returned column names in row order.
JSON-compatible result rows.
Rows returned in this page.
Requested page size.
Requested zero-based offset.
Whether another page is available.
Offset for the next page, when available.
Licensed columns withheld from this caller.