list_datasets
Retrieve paginated list of registered datasets with optional filters by publisher, access rights, or language. Covers complete register including records missed by search index.
Instructions
List registered datasets, optionally filtered by publisher.
Unlike search_catalog, this endpoint paginates correctly and covers the
complete register (roughly 2000 datasets as of July 2026), including
records the search index misses.
Args:
publisher_identifier: Publisher identifier from list_publishers.
access_rights: e.g. "PUBLIC", "NON_PUBLIC", "RESTRICTED".
language: Language for titles and descriptions.
page: 1-based page number.
page_size: Records per page (1-100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| language | No | de | |
| page_size | No | ||
| access_rights | No | ||
| publisher_identifier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | ||
| source | No | Attribution string. | Data: I14Y Interoperability Platform, Swiss Federal Statistical Office (BFS) — https://www.i14y.admin.ch. Licence terms are declared per distribution; check the `licence` field before reuse. |
| datasets | Yes | ||
| returned | Yes | ||
| page_size | Yes | ||
| provenance | No | Where this payload came from. | live_api |
| retrieved_at | Yes | UTC timestamp of retrieval. |