list_published_posts
Retrieve published Substack posts with pagination controls. Specify limit and offset to browse posts, returning title, date, slug, and URL for each entry to support content review and analysis.
Instructions
List published posts with pagination. Returns title, date, slug, and URL for each post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max posts to return (1-50; Substack rejects anything higher, so larger values are clamped) | |
| offset | No | Number of posts to skip |