
Would like to pull contacts from Lists within HubSpot or at least retrieve metrics about specific lists.

Add support for HubSpot’s Lists API (/contacts/v1/lists, /contacts/v1/lists/all, /contacts/v1/lists/{list_id}/memberships) to expose list metadata and membership data.
Use case:
clients need to report on total list members and new members added within a date range. This data isn’t available from the current Contacts or Campaign Emails endpoints.
Requested output fields:
list_id, list_name
list_createdate, list_updatedate
contact_id (for memberships)
Optional: recently_added, recently_removed
Benefit:
Enables CRM growth dashboards and segment-level engagement reporting directly in Windsor connectors (HubSpot → BI → DWH).