GET
cURL
Returns update history for a location. Pass update_id to fetch a single update (the id from Update Google Location). Statuses include in_progress, completed, failed, verification, and partially_completed. per_page is 5–10 (default 5). Use page_token from pagination.next_page_token for the next page.

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

If provided, returns only this update 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