get_thread
Retrieve a complete thread including all replies from a 4chan archive by providing the board and thread OP post number. Optionally fetch only newer posts using a document ID or limit the number of replies.
Instructions
Retrieve all posts in a thread from a 4chan archive. Parameters: board (shortname), num (thread OP post number), latest_doc_id (incremental fetch, returns only newer posts), last_limit (max posts to return, default 100, pass 0 for all). Returns formatted thread with OP and replies including author, timestamp, subject, content, and media attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | Yes | Thread OP post number | |
| board | Yes | Board shortname, e.g. "a" | |
| last_limit | No | Only return the last N posts. Default 100. Pass 0 for all. | |
| latest_doc_id | No | For incremental fetch; returns only posts after this internal doc_id |