GET
cURL
Returns update history for a Google Business Profile location. Each update record describes the source of the update, its current processing status, the GBP field paths that were sent in updateMask, and the submitted locationDto.

Update Record

Response Fields

locationDto

locationDto contains the exact GBP API location payload that was submitted for the update. For example, a category update is returned in GBP API format:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

account_id
string

Account ID. Required when using an organization token.

location_id
string
required

Location ID to retrieve update history for

per_page
integer<int32>

Number of results per page. Minimum is 5, maximum is 10.

Required range: 5 <= x <= 10
page_token
string

Token for pagination. Use the next_page_token from the previous response to get the next page.

update_id
string

Specific update document ID. If provided, returns only the update with this ID instead of the full history.

Response

Location updates history response

Response containing location update history

success
boolean

Indicates if the request was successful

payload
object