Get a location
get_locationFetch a single Google Business Profile location by ID with selectable fields such as address, hours, phone, and website.
Instructions
Returns one location by id (Business Information API; v1 uses the bare locations/{id} name, no account prefix). The readMask picks which fields come back: title, categories, storefrontAddress, phoneNumbers, websiteUri, regularHours, specialHours, openInfo, profile (description), storeCode, latlng, metadata (mapsUri, newReviewUri, placeId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| readMask | No | Comma-separated FieldMask of Location fields to return, e.g. "name,title,storefrontAddress,regularHours,metadata". The API requires it; omit to use the default "name,title,storefrontAddress,phoneNumbers,categories,websiteUri,metadata". | |
| locationId | Yes | Location id — bare "123", "locations/123" or "accounts/1/locations/123" all work. |