List posts
list_postsRetrieve blog posts for your tenant with pagination and optional draft/published status filtering. Get up to 100 records per page.
Instructions
Lists blog posts for the authenticated tenant, paginated (default 20/page, max 100). Optionally filter by status (draft or published). Requires the posts:read API key scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Default: 1. | |
| status | No | Filter by post status (draft or published). | |
| perPage | No | Records per page, max 100. Default: 20. |