get_suprsend_user_objects_subscriptions
Retrieves a paginated list of object types and IDs that a user follows. Use to answer queries about a user's outbound subscriptions.
Instructions
List the objects this user is subscribed TO — what the user follows.
When to use: the user asks "what does X follow?", "what projects is X in?", or you need to enumerate a user's outbound subscriptions.
When NOT to use:
For followers OF an object (inverse direction) — use get_suprsend_object_subscriptions.
For mailing-list / segment membership — use get_suprsend_user_list_subscriptions.
Returns: a paginated list of {object_type, object_id} entries. Default limit is 20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| distinct_id | Yes | The distinct_id of the user to get the object subscriptions for. | |
| limit | No | Number of object subscriptions to get for a user. | |
| workspace | No | SuprSend workspace to run the query from. |