List local posts
list_local_postsRetrieve all local posts (What's New, Events, Offers) for a specific Google Business location, including status and timestamps.
Instructions
Lists the local posts (What's New / Event / Offer updates shown on the Business Profile) of a location. Each post has name (accounts//locations//localPosts/{post_id}), summary, topicType, state (LIVE / PROCESSING / REJECTED), searchUrl, createTime and updateTime. Local posts live only on the legacy v4 API (mybusiness.googleapis.com) — they were never migrated to v1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Posts per page (default 20). | |
| accountId | Yes | Account id — bare "123" or "accounts/123". | |
| pageToken | No | nextPageToken from the previous page. | |
| locationId | Yes | Location id — bare "456", "locations/456" or "accounts/1/locations/456". |