Query resource data
query_resource_dataQuery tabular data from a resource using the Tabular API. Filter, sort, and paginate results without downloading the file.
Instructions
Query tabular data from a resource via the Tabular API (no download needed).
Works for CSV/XLSX files. Start with small page_size (20) to preview structure. Use filter_column/filter_value/filter_operator to filter, sort_column/sort_direction to sort. Filter operators: exact, contains, less, greater, strictly_less, strictly_greater. For large datasets requiring full analysis, paginate through pages or use get_resource_info to retrieve the raw file URL and fetch it directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes | ||
| page | No | ||
| page_size | No | ||
| filter_column | No | ||
| filter_value | No | ||
| filter_operator | No | exact | |
| sort_column | No | ||
| sort_direction | No | asc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |