List Redmine saved queries
list_queriesRetrieve saved Redmine issue queries visible to your API user with pagination controls for offset, limit, and page, without modifying any data.
Instructions
Read visible saved issue queries from GET /queries.json for the configured Redmine API user. Supports the documented offset, limit, and page collection pagination controls; Redmine defaults to 25 items, caps the limit at 100, orders by query name, and applies ordinary public/private/role visibility. This tool does not expose project, resource-type, or include filters and never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number. Redmine converts it to an offset using the selected limit. | |
| limit | No | Number of queries to return. Redmine defaults to 25 and caps this at 100. | |
| offset | No | Number of queries to skip |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paging | Yes | ||
| filters | Yes | ||
| queries | Yes |