list_posts
Retrieve posts from a Postoria workspace with filters for status, accounts, networks, queue, and date range. Supports cursor-based pagination.
Instructions
List posts in a Postoria workspace, optionally filtered by accounts, queue, status, networks, UTC date range, and cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of posts to return. Defaults to 25; maximum is 100. | |
| cursor | No | Pagination cursor returned by the previous list_posts call. | |
| status | No | Optional post status filter. | |
| date_to | No | Optional UTC ISO 8601 upper bound for scheduled date/time. | |
| networks | No | Optional social network filters. | |
| queue_id | No | Optional Postoria queue ID. | |
| date_from | No | Optional UTC ISO 8601 lower bound for scheduled date/time. | |
| account_ids | No | Optional social account IDs. Posts matching any selected account are returned. | |
| workspace_id | Yes | Postoria workspace ID. |