list_lists
List the workspace's lists. A list is an explicit, subscription-based group of users — someone is on it because they were subscribed, not because they match a rule. Optionally filter by an id pattern such as "example.list.*".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | For fetching the next page. This is an opaque token — never decode it, edit it, or rebuild it. Pass it back exactly as it appeared in the previous response's cursor field, byte for byte. Omit this entirely when you don't have one from a prior response of this exact call. | |
| pattern | No | Filter by list id pattern, where * matches a segment — for example "example.list.*". Omit to return every list. |