redmine_paginated_request
Retrieve paginated lists from Redmine REST API endpoints by automatically handling offset/limit pagination using total_count.
Instructions
Call a Redmine list endpoint and follow Redmine offset/limit pagination using total_count from the response body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | REST list path, for example /issues.json or /time_entries.json. | |
| limit | No | ||
| query | No | Query parameters. Array values are appended repeatedly. | |
| headers | No | Additional headers. Authentication and content headers are managed automatically unless explicitly overridden. | |
| max_pages | No | Safety limit for pagination. Increase when intentionally collecting large result sets. |