substack_notes
Retrieve public Substack Notes for any feed tab. Returns one page of notes with cursor-based pagination for loading more, automatically omitting non-note posts.
Instructions
Browse the public Substack Notes feed. Returns one page of the public Notes feed for one tab. tab and type come as a pair from the Notes feed tabs endpoint. Pagination is cursor-based: pass the previous response's next_cursor back as cursor. Post-only rows in the upstream feed are omitted; every returned row is a Note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab | No | Feed tab id from the Notes feed tabs endpoint | |
| type | No | Tab type from the Notes feed tabs endpoint | |
| cursor | No | Opaque cursor from a previous response's next_cursor |