List Resources
list_resourcesList the resources (files/tables) attached to a dataset. Returns JSON:API resource objects with id, title, format (csv/xlsx/...), media_type, link, openness_score and a tabular_data relationship. Resources whose relationships include tabular_data can be read row-by-row with resource_data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language hint "en" or "pl". | |
| page | No | Page number (default 1). | |
| per_page | No | Results per page, 1-100 (default 20). | |
| dataset_id | Yes | Dataset numeric id, e.g. "771". |