List Redmine project wiki pages
list_project_wiki_pagesRetrieve the wiki page index for a specified Redmine project, returning titles and browser links to each page. Use it to view all wiki pages in one list.
Instructions
Read the wiki page index from GET /projects/:project_id/wiki/index.json for the configured Redmine API user. The required project_id is a positive numeric project ID or valid Redmine project identifier. This route has no pagination, filters, or documented include controls; results preserve Redmine's title-and-parent order, include only the current index fields, and add safe browser links. Redmine enforces the ordinary view_wiki_pages permission and may return HTTP 401, 403, or 404. This tool never changes Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Positive numeric project ID or valid Redmine project identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | Yes | ||
| wikiPages | Yes |