Get a Redmine project wiki page
get_project_wiki_pageRetrieve the current Redmine project wiki page content and metadata using project ID and page title, with optional attachment details.
Instructions
Read one current project wiki page from GET /projects/:project_id/wiki/:title.json for the configured Redmine API user. The required project_id is a positive numeric project ID or valid Redmine project identifier, and title must be a safe nonempty wiki page title. The only documented include is attachments. Results contain the current page fields and safe base-path browser links. Redmine enforces the ordinary view_wiki_pages permission and may return HTTP 401, 403, or 404. This tool does not read historic versions or change Redmine data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Nonempty Redmine wiki page title | |
| include | No | Wiki page associations to include: attachments | |
| project_id | Yes | Positive numeric project ID or valid Redmine project identifier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| text | Yes | ||
| title | Yes | ||
| author | No | ||
| parent | No | ||
| project | No | ||
| version | Yes | ||
| comments | Yes | ||
| createdOn | No | ||
| updatedOn | No | ||
| attachments | No |