Read Private Message
discourse_read_private_messageRetrieve the raw posts of a private message topic on Discourse. Specify the topic ID to fetch the thread, with optional post limit and starting post number.
Instructions
Read a private-message topic's posts (raw). Errors if the topic is not a PM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic_id | Yes | the PM topic id | |
| post_limit | No | how many posts (default 5) | |
| start_post_number | No | return posts at/after this post number |