products_list_followers
List all users following a specific product, including user IDs and follow times. Use for auditing team access and managing notifications.
Instructions
List all followers of a specific product.
Returns a list of users who are following this product and will receive notifications about updates.
Each follower entry includes:
User ID
Follower ID (relationship ID)
Product ID
When they started following
This is useful for:
Checking who is tracking a product
Auditing team access
Managing notifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID | |
| start | No | Pagination start (default: 0) | |
| limit | No | Items per page, max 500 |