list_datasets
Retrieve datasets from CKAN open-data portals with pagination controls. Browse available data collections by specifying result limits and offsets for efficient dataset discovery.
Instructions
List all available datasets with pagination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of datasets to return | |
| offset | No | Number of datasets to skip (for pagination) | |
| includeTotal | No | When true, queries CKAN for the total dataset count (extra request). |