action opendatasoft_get_records_facets { label: "getRecordsFacets" description: "Enumerate facets values for records 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}/datasets/{dataset_id}/facets" encoding: json output: { type: "object" additionalProperties: true } }