get_suprsend_object_subscriptions
List users subscribed to an object to find its followers or members. Returns paginated subscriber entries with optional channel preferences.
Instructions
List users / objects subscribed TO this object (its followers / members). Subscriptions are stored on the followed object.
When to use: the user asks "who follows project X?", "who's a member of organization Y?", or you need to enumerate an object's inbound subscribers.
When NOT to use:
For the inverse direction (what a user follows) — use get_suprsend_user_objects_subscriptions.
For mailing-list members — use get_suprsend_user_list_subscriptions on each user.
Returns: a paginated list of subscriber {type, id} entries. Set channel_preferences=true to also include each subscriber's channel preferences for this object. Default limit is 20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_preferences | No | Whether to include channel preferences in the response. Default is false. | |
| limit | No | Number of subscriptions to get for an object. | |
| object_id | Yes | The object_id of the object's subscriptions to get. | |
| object_type | Yes | The type of object you want to get. | |
| workspace | No | Suprsend workspace to get the object from. |