> ## 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 Locations

> List all locations in the current workspace

# GET /locations

Returns all locations belonging to the authenticated workspace. Use this to enumerate project sites before creating weather data or running energy models.

## Notes

* Requires a valid JWT (any role).
* Pass `?includeweatherdata=true` to embed linked weather data metadata in each location response. Without this flag, weather data fields are omitted.
* Each location includes auto-detected `timeZone` (UTC offset) and `timeZoneName` (IANA identifier) computed from its coordinates.
* See `POST /locations` to create a new location.
* See `GET /weatherdata` to list weather data records independently.
