Tool
content_posts_list
List posts, newest first, optionally filtered by lifecycle status.
List posts, newest first, optionally filtered by lifecycle status.
Behavior
- HTTP
GET /content/posts
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | — | Maximum number of posts to return (1-100, default 50). |
| offset | integer | — | How many posts to skip, for paging. |
| status | string | — | Return only posts in this status. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| posts | array | • | The page of posts, newest first. |
| total | integer | • | Total number of matching posts, ignoring paging. |
Try it
List posts, newest first, optionally filtered by lifecycle status.