List publications
list_publicationsRetrieve an organization's posts in reverse chronological order with key details like network, state, date, and preview text. Filter by state, date range, social network, or search terms to track scheduled, published, or failed posts.
Instructions
Posts of an organization, newest first, as a short projection: id, network, state, date and the first words of the text. States are draft, ready (scheduled), publishing, sended (published) and withErrors. Use get_publication for the full record of one, including why it failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | No | Filter by state. 'ready' is what a user calls 'scheduled'. | |
| offset | No | ||
| search | No | Free text search over the post text. | |
| to_date | No | ISO 8601 date, inclusive. | |
| from_date | No | ISO 8601 date, inclusive. | |
| social_network | No | ||
| id_organization | No | The PlanVortex organization id. Optional. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| publications | Yes |