list_posts
Filter and sort public Resonate posts to find relevant content using criteria like category, classification, date, and text search, with options for newest, oldest, most upvoted, or most downvoted.
Instructions
Browse public Resonate posts with filters and sorting. Use this to find trending, recent, or popular posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| search | No | Text search in post content (case-insensitive substring match) | |
| sort_by | No | Sort order (default: newest) | |
| category | No | Filter by category name (e.g., "Technology"). Case-insensitive. | |
| per_page | No | Items per page (default: 25, max: 100) | |
| category_id | No | Filter by category ID | |
| created_after | No | Filter posts created after this date (ISO 8601) | |
| classification | No | Filter by classification name. Case-insensitive. | |
| created_before | No | Filter posts created before this date (ISO 8601) | |
| classification_id | No | Filter by classification ID |