List news articles
list_blogsRetrieve store news articles in paginated form. Set page and per_page to control results, or enable auto-pagination to fetch up to 500 items in one request.
Instructions
List store news articles (paginated).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Fetch all pages via auto-pagination, up to 500 items; ignores page/per_page. | |
| page | No | Page number, starting at 1 (default 1). | |
| per_page | No | Items per page, 1-100 (default 25). Values outside the range are clamped. |