Anonymous3d ago
API that lets us pull all the members of a cohort by passing its cohort ID
The ask: an API that lets us pull all the members of a cohort by passing its cohort ID: returning the full list of users, with paging (not just a sample).
Why we need it: to send the "No User Login for 30 days" users into HubSpot automatically, we have to fetch that list through OpenPanel's API on a schedule.
Why we can't today: the cohort is correct in the dashboard, but when we try to pull those users out through the API, it only returns the first 100 people, with no way to page through the rest and no total count so we can only ever get a partial list, never the whole cohort. (There's an indirect workaround, but it's heavy and not reliable for a daily sync.)
The fix: an endpoint that returns all profiles in a cohort by its ID, with pagination then we can sync the complete list to HubSpot cleanly.
Pending
