redmine_get_wiki_page
Fetch a Redmine wiki page by project and title, optionally a specific historical version. Returns the content, version, author, and timestamps.
Instructions
Fetch a wiki page (optionally a historical version).
Args:
project: numeric id or identifier slug (e.g. "claudecode").
title: wiki page title (URL-encoded automatically; spaces and
unicode are fine).
version: if non-zero, fetch that specific historical version.
Returns the page (text, version, author, timestamps) or
wiki_page_not_found. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| project | Yes | ||
| version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |