List per-creator-per-day new-follower counts across all agency creators
Returns a single paginated stream of per-creator-per-day new-follower rows across every creator the authenticated agency manages, sorted by most recent day first.
This endpoint is an analytics time series, not a real-time audience snapshot:
- newFollowersCount = number of new follows recorded in the day bucket for the creator
- total = cumulative new followers for the creator from the beginning of the requested range (running sum of newFollowersCount)
<Warning>Follows are hard-deleted on unfollow — there is no record of unfollows. As a result this series only counts follows that still exist, has no unfollow/net-loss column, and historical days are survivorship-biased (a follow that was later undone leaves no trace). total is therefore cumulative new follows gained within the range, not an absolute or net follower count. For the current follower count, use the account/audience endpoints instead.</Warning>
<Info>Requires: Agency admin access</Info>
Query parameters
Page number to retrieve (starts from 1)
Page number to retrieve (starts from 1)
Number of items to return per page (1-50, default: 15)
Number of items to return per page (1-50, default: 15)
Start of the date range (inclusive). UTC ISO 8601 datetime with offset.
Start of the date range (inclusive). UTC ISO 8601 datetime with offset.
End of the date range (exclusive). UTC ISO 8601 datetime with offset. Range must not exceed 365 days.
End of the date range (exclusive). UTC ISO 8601 datetime with offset. Range must not exceed 365 days.
Comma-separated list of creator UUIDs (max 50)
Comma-separated list of creator UUIDs to restrict results to a subset of the agency's managed creators (max 50)
Headers
API version to use for the request
Response
Paginated list of per-creator-per-day new-follower counts across the agency's creators