blogger_posts_get
Retrieve a single Blogger post by its unique ID, returning content, metadata, labels, and optional comments and images. Specify blog ID, post ID, and access level to fetch post details.
Instructions
Retrieve a single blog post by its unique ID, including content, metadata, labels, and optionally comments and images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Access level with which to view the post. | |
| blogId | Yes | The unique identifier of the blog. | |
| postId | Yes | The unique identifier of the post to retrieve. | |
| fetchBody | No | Whether to fetch the full HTML post body. | |
| fetchImages | No | Whether to fetch image metadata. | |
| maxComments | No | Maximum number of comments to fetch alongside the post. |