fetch_members
Fetch paginated members/patrons of a Patreon campaign, returning up to 100 per page. Use the cursor to get subsequent pages.
Instructions
Fetch members/patrons of a campaign with pagination. Returns up to 100 members 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 |
|---|---|---|---|
| members | No | ||
| next_cursor | No |