Skip to main content
GET
/
locations
/
{location_id}
Get Location
curl --request GET \
  --url https://api.example.com/locations/{location_id}

GET /locations/

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.