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

# Get Location

> Retrieve a single location by ID

# GET /locations/{location_id}

Fetch the full details of a specific location by its workspace-scoped ID.

## Notes

* Requires a valid JWT (any role).
* The `location_id` path parameter is the workspace-scoped integer index (not the global Snowflake ID).
* Returns 404 if the location does not exist or does not belong to the current workspace.
* The response includes auto-detected `timeZone` (UTC offset) and `timeZoneName` (IANA identifier) derived from the location's coordinates.
* See `GET /locations` to list all locations, or `DELETE /locations/{location_id}` to remove this location.
