get_mailing_thread
Get every message (oldest first) in a specific Canton Network governance mailing-list thread on lists.sync.global (cip-discuss, cip-vote, grants-discuss, etc.). Canton-only. Pass the thread id from list_mailing_threads. This is the email/mailing-list channel. Not the web forum (get_discussion) or GitHub Discussions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Thread id exactly as list_mailing_threads prints it. Both forms work: a numeric archive topic id ("119286914") and a message id for messages the archive never threaded ("cip-discuss-809"). | |
| limit | No | How many messages (oldest first) to return. Default 25, max 100. The header states the full held count and the range shown. | |
| offset | No | Skip this many messages before returning, for paging through a long thread. |