> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dalyenergy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Weather Data

> List all weather data records in the current workspace

# GET /weatherdata

Returns metadata for all weather data records in the workspace. Use this to find available weather datasets before linking them to locations or running energy models.

## Notes

* Requires a valid JWT (any role).
* The list response includes metadata (name, source, timestep count, subhourly flag) but does not include the full weather arrays. Use `GET /weatherdata/{weather_data_id}` to retrieve the complete dataset including array data.
* See `POST /weatherdata` to create weather data from provided arrays, or `POST /weatherdata/fetch` to fetch from an external source.
* See `GET /locations?includeweatherdata=true` to view weather data in the context of its parent location.
