ghl_blog_post_list
Retrieve a paginated list of all blog posts for a specific blog ID, with optional filters for status and search term.
Instructions
Lists all posts for a given blogId (operationId get-blog-post) — not a single-post fetch. Requires blogId + limit; paginated. Get Blog posts by Blog ID The "Get Blog posts by Blog ID" API allows you get blog posts for any given blog site using blog ID.Please use blogs/posts.readonly Endpoint: GET /blogs/posts/all (Version header: v3; source: v3/blogs-v3.json) OAuth scopes: blogs/posts.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| blogId | Yes | ||
| offset | Yes | ||
| status | No | ||
| locationId | Yes | ||
| searchTerm | No | search for any post by name |