Query Dataset Records
get_recordsRetrieve and filter dataset records using ODSQL queries. Apply conditions, sorting, and pagination to get exact data.
Instructions
Query and filter records from a dataset using ODSQL syntax. Use this to retrieve actual data from a dataset with optional WHERE clauses, ordering, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ||
| limit | No | ||
| where | No | ||
| offset | No | ||
| refine | No | ||
| select | No | ||
| exclude | No | ||
| group_by | No | ||
| order_by | No | ||
| timezone | No | ||
| dataset_id | Yes | ||
| include_links | No |