strapi_list_blog_posts
Retrieve blog posts from Strapi CMS with filtering by status, category, author, tags, search, and sorting options.
Instructions
List all blog posts with advanced filtering, sorting, and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| pageSize | No | Results per page | |
| status | No | Filter by status | all |
| category_id | No | Filter by category ID | |
| author_id | No | Filter by author ID | |
| tag_id | No | Filter by tag ID | |
| sort | No | Sort field and direction (e.g., "publishedAt:desc", "title:asc") | createdAt:desc |
| search | No | Search in title and content |