products_list_followers
List all users following a specific product. Retrieve follower details including user ID and start date to audit tracking and manage 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 | |
| limit | No | Items per page, max 500 | |
| start | No | Pagination start (default: 0) |