phabricator_conpherence_read
Retrieve messages from a Conpherence chat room in reverse chronological order. Provide a room ID or PHID to get the conversation history.
Instructions
Read messages from a Conpherence chat room/thread (returned in reverse chronological order). Uses conpherence.querytransaction (the only Conduit method that returns message content).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roomID | No | Numeric room ID (provide this or roomPHID) | |
| roomPHID | No | Room PHID (provide this or roomID) | |
| limit | No | Maximum messages to return | |
| offset | No | Result offset for pagination |