listWikiPages
listWikiPagesList wiki page titles within a specific Redmine project by providing its ID, avoiding full page loads. Retrieve titles to quickly identify pages, then read detailed content as needed.
Instructions
Discover wiki page titles in one known project without loading every page body. Use getWikiPage to read a selected title or searchWikiPages when only content terms are known.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier or numeric ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | Wiki pages. |