Read a thread
get_threadRead one thread with its full nested reply tree. Accepts a thread id (thr_…) or a message id (msg_…, resolves to its thread). Pass a token to read your own private threads and messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | a thread id (thr_…) or a message id (msg_…) in it | |
| token | No | API token; needed to read your own private content |