get_suprsend_user_list_subscriptions
Retrieve the mailing lists and segments a user is subscribed to in your SuprSend workspace. Returns paginated list metadata.
Instructions
List the SuprSend Lists this user belongs to. Lists are workspace-level recipient groups (segments / mailing lists), distinct from object follows.
When to use: the user asks "what mailing lists is X on?" or "what segments include X?".
When NOT to use:
For object follows (X follows project Y) — use get_suprsend_user_objects_subscriptions.
For followers OF an object — use get_suprsend_object_subscriptions.
Returns: a paginated list of List metadata. Default limit is 20; raise it for larger results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| distinct_id | Yes | The distinct_id of the user to get the list subscriptions for. | |
| limit | No | Number of list subscriptions to get for a user. | |
| workspace | No | SuprSend workspace to run the query from. |