redmine_list_messages
Fetch forum messages from a Redmine board using its ID, with pagination via limit and offset parameters.
Instructions
List forum messages on a board.
Args:
board_id: numeric Redmine board id (visible in the project's
forums URL or via the web UI; redmine_request covers
/projects/X/boards.json if the boards module is enabled).
limit: page size (capped server-side at 100).
offset: skip the first N results.
Returns {messages, total_count, limit, offset, board_id, source}.
A 404 typically means the boards module isn't enabled on the parent
project, or the board_id doesn't exist. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |