list_mailing_threads
List threads from the Canton Network governance mailing lists (lists.sync.global groups: cip-discuss, cip-vote, cip-announce, globalSyncForum, grants-discuss, validator-announce, tokenomics-announce, supervalidator-announce). Filter by group, CIP number, or date. Canton-only. This is the EMAIL/mailing-list channel. Distinct from the web forum (get_discussion) and GitHub Discussions (list_github_discussions). Returns thread metadata only; use get_mailing_thread for message bodies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Restrict to one of the 8 indexed groups. | |
| limit | No | How many threads to return. Default 20, max 100. | |
| since | No | Earliest last_post_at ISO date. | |
| cip_id | No | CIP number filter, e.g. "0117". Returns only threads tagged with this CIP. | |
| offset | No | Skip this many before returning, for paging past the limit. The response states the full count and echoes the offset used. |