Build a download link
download_urlGenerate a download URL for large energy data extracts, returning results as CSV, JSON, or Excel, to handle datasets too large for conversation.
Instructions
A URL that returns the whole result as CSV, JSON or Excel, for extracts too large to pass through a conversation. Nothing is fetched or rate-limited here; give the URL to the user or to a shell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Danish local time. Either a timestamp (2026-01-01 or 2026-01-01T00:00) or a relative expression: now, StartOfDay, StartOfMonth, StartOfYear, optionally with an ISO 8601 offset such as now-P1D, now-PT15M, StartOfYear, now+P1D. | |
| sort | No | ||
| limit | No | 0 means every row in the range | |
| start | No | Danish local time. Either a timestamp (2026-01-01 or 2026-01-01T00:00) or a relative expression: now, StartOfDay, StartOfMonth, StartOfYear, optionally with an ISO 8601 offset such as now-P1D, now-PT15M, StartOfYear, now+P1D. | |
| filter | No | ||
| format | No | XL is Excel | csv |
| columns | No | ||
| dataset | Yes | Exact datasetName from list_datasets |