action opendatasoft_get_datasets_facets { label: "getDatasetsFacets" description: "Enumerate facets values for datasets and return a list of values for each facet.\nCan be used to implement guided navigation in large result sets.\n\nRead [the facets documentation](https://help.opendatasoft.com/apis/ods-search-v2/#enumerating-facets-values) for more details.\n" provider: opendatasoft method: GET path: "/{source}/facets" encoding: json output: { type: "object" additionalProperties: true } }