search_codelist_entries
Retrieve canonical codes and names for a specific code-list concept. Use to resolve official classification values across federal datasets.
Instructions
List the individual codes of a code-list concept.
Use this to resolve official code values — for example the canonical list
of a classification used across several federal datasets. Only concepts
with concept_type == "CodeList" return entries.
Args:
concept_id: UUID of a code-list concept from list_concepts.
language: Language for entry names. Required by the upstream API.
page: 1-based page number.
page_size: Records per page (1-200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| language | No | de | |
| page_size | No | ||
| concept_id | Yes |
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. |
| entries | Yes | ||
| language | Yes | ||
| returned | Yes | ||
| page_size | Yes | ||
| concept_id | Yes | ||
| provenance | No | Where this payload came from. | live_api |
| retrieved_at | Yes | UTC timestamp of retrieval. |