Interface: ThreadGetOptions
Defined in: packages/kernl/src/api/resources/threads/types.ts:51
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
history? | true | ThreadHistoryParams | Include the thread's event history on the returned model. - true will fetch history with default options (latest-first). - An object lets you override history options (limit, kinds, order, etc.). This is equivalent to calling kernl.threads.history(tid, opts) and attaching the result to thread.history. | packages/kernl/src/api/resources/threads/types.ts:61 |