I am only getting back 20 results when I call the api like such:
campaigns/{id}/members?include=currently_entitled_tiers&member[email]
The documentation states:
Returns from this endpoint have 1000 results in one page. If pledge events are requested in includes, it has 500 results in one page. Do make sure to paginate your results by using next pagination cursor and cycle until there is no next page cursor in the API return.
Passing in an additional parameter page[count]=1000 still yields 20 results.
More Data, Paging, and Sorting – API Reference (patreon.com)