Get Location
Locations
Get Location
Retrieve a single location by ID
GET
Get Location
GET /locations/
Fetch the full details of a specific location by its workspace-scoped ID.Notes
- Requires a valid JWT (any role).
- The
location_idpath 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) andtimeZoneName(IANA identifier) derived from the location’s coordinates. - See
GET /locationsto list all locations, orDELETE /locations/{location_id}to remove this location.
