haops_get_discussion_messages
Retrieve paginated messages from a discussion thread to read conversation context before responding.
Instructions
Retrieve messages from a discussion thread with pagination. Essential for reading conversation context before responding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Messages per page (default: 50, max: 100) | |
| projectSlug | Yes | The project slug (URL identifier) | |
| discussionId | Yes | UUID of the discussion |