List published posts
list_postsRetrieve published Substack posts in reverse chronological order. Specify limit, offset, sort by date or title, and filter by publication to page through content.
Instructions
List published posts, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many to return. 1 to 100, default 25. | |
| offset | No | Skip this many, for paging. | |
| order_by | No | post_date | |
| publication | No | Which connected publication to act on, matched loosely against its hostname (for example 'example.substack.com' or just 'example'). Defaults to the first connected publication. | |
| order_direction | No | desc |