List Blogposts With Label
list_blogposts_with_labelFind Confluence blog posts by a specific label, with optional space filter, sorting, and pagination.
Instructions
List blog posts that carry a specific label.
Args:
label_id: The ID of the label.
space_id: Restrict results to this space ID.
body_format: Body representation — 'storage', 'atlas_doc_format', or 'view'.
sort: Sort order (e.g. 'created-date', '-created-date', 'title').
cursor: Pagination cursor from a previous response.
limit: Max results to return (default 25, max 250).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| limit | No | ||
| cursor | No | ||
| label_id | Yes | ||
| space_id | No | ||
| body_format | No |