fetch_posts
Retrieve posts from a Patreon campaign with pagination. Use the next_cursor from the response to navigate through pages, getting up to 20 posts per page.
Instructions
Fetch posts from a campaign with pagination. Returns up to 20 posts per page. Pass next_cursor from the response as cursor to get the next page.
Args: campaign_id: The campaign ID (numeric) cursor: Pagination cursor for next page (from previous response)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| posts | No | ||
| next_cursor | No |