host.msg.thread
Every message in one thread you participate in, ordered by seq; thread_not_found if you are not (or no longer) a participant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Up to 100; default 50. | |
| cursor | No | The seq to resume after; omit for the start. | |
| thread_id | Yes | The thread to read. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |