list_saved_posts
List saved Substack posts with pagination, sorting, and filters for audience, read state, and publication.
Instructions
List cached saved posts with pagination and optional publication/audience filters.
sort_by can be 'saved_at', 'published_at', 'read_progress', or 'minutes_remaining'. audience filters by tier (see list_audiences for cached values, e.g. "everyone", "only_paid"). read_state filters by reading progress: 'unread', 'in_progress', 'finished', or 'started' — a post is 'finished' once its high-water reading progress crosses a threshold, default 0.95.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| sort_by | No | saved_at | |
| audience | No | ||
| read_state | No | ||
| publication | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |