horizon_torn_getForumThreadPosts
Retrieve posts from a specific forum thread by providing the thread ID. Filter by date range, sort order, and strip HTML if needed.
Instructions
Get specific forum thread posts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Timestamp that sets the upper limit for the data returned. Data returned will be up to and including this time | |
| key | No | API key (Public).<br>It's not required to use this parameter when passing the API key via the Authorization header. | |
| from | No | Timestamp that sets the lower limit for the data returned. Data returned will be after this time | |
| sort | No | Sorted by the greatest timestamps | |
| offset | No | ||
| comment | No | Comment for your tool/service/bot/website to be visible in the logs. | |
| threadId | Yes | Thread id | |
| striptags | No | Determines if fields include HTML or not ('Hospitalized by <a href=...>user</a>' vs 'Hospitalized by user'). | |
| timestamp | No | Timestamp to bypass cache or get the data in specific point in time |