List Blog Posts
neuron_list_blog_postsRetrieve a paginated list of blog posts with optional filtering by status, author type, author ID, or tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter posts by tag slug (e.g., 'announcements') | |
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of results per page (default: 20) | |
| status | No | Filter posts by publication status | |
| authorId | No | Filter posts by author identifier (UUID) | |
| authorType | No | Filter posts by author type |