substack_user_activity
Retrieve a Substack user's public activity, including notes, posts, likes, replies, and restacks. Filter by activity type and use cursor-based pagination to access the feed.
Instructions
List a Substack user's public activity. Returns one page of a user's public activity: the notes they wrote, posts they published, and items they liked, replied to, or restacked. types is an optional comma-separated filter accepting note, post, like, replies and restack; omit it for the default mixed feed. Each item's kind is the upstream's own finer-grained label, so filtering on restack returns both comment_restack and post_restack items. Pagination is cursor-based.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Comma-separated activity kinds: note, post, like, replies, restack | |
| cursor | No | Opaque cursor from a previous response's next_cursor | |
| user_id | Yes | Numeric user id from the user endpoint |