superchat_list_contact_lists
List contact lists used for grouping contacts into segments or campaigns. Returns one page of list metadata (ID, name, URL) with cursor-based pagination.
Instructions
List one page of contact lists used to group contacts for segmentation and campaigns. Results contain list metadata (ID, name and URL), not participants; use list_contact_lists_for_contact to find a contact's memberships. Use after or before to continue from a previous page; each call returns only one page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Fetch the page after this cursor; pass pagination.next_cursor from a previous result. | |
| limit | No | Number of records in this page, from 1 to 100. Defaults to 25; the tool never fetches later pages automatically. | |
| before | No | Fetch the page before this cursor; pass pagination.previous_cursor from a previous result. Cannot be combined with after. |