List Locations
Locations
List Locations
List all locations in the current workspace
GET
List Locations
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=trueto 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) andtimeZoneName(IANA identifier) computed from its coordinates. - See
POST /locationsto create a new location. - See
GET /weatherdatato list weather data records independently.
