Query Dataset
query_datasetGeneric escape hatch for any of the ~100 Energi Data Service (Energinet, Denmark) datasets. Examples: "ProductionConsumptionSettlement" (production/consumption by type per area+hour), "CO2EmisProg" (CO2 prognosis), "Elspotprices", "CO2Emis". Returns the raw records array for the dataset. Keyless official open data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ISO date/time upper bound. | |
| sort | No | Sort expression, e.g. "HourUTC DESC". | |
| limit | No | Max records (default 20). | |
| start | No | ISO date/time lower bound. | |
| filter | No | Column→value[] filter, e.g. {"PriceArea":["DK1"]}. Values are arrays. | |
| dataset | Yes | Dataset name, e.g. "ProductionConsumptionSettlement". |