List ContentIn posts
list_postsList the posts on this ContentIn profile — drafts, scheduled, published and ideas. Use this to find a post's id before scheduling, publishing, repurposing or pulling analytics for it, and to answer questions about what the user has written or has queued up. Returns a 280-character excerpt of each post, never the full body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO-8601 date. Only posts created on or before this. | |
| from | No | ISO-8601 date. Only posts created on or after this. | |
| limit | No | How many posts to return (1-50, default 20). | |
| search | No | Free-text match against the post body and title. | |
| status | No | Filter by post status. Omit for all statuses. 'draft' = written but not queued, 'scheduled' = queued for automatic publishing, 'posted' = already live on LinkedIn. |