get_wiki_page
Retrieve a single OpenProject wiki page by ID to access project documentation and content directly.
Instructions
Get a single wiki page by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wiki_page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | Yes | ||
| content | Yes | ||
| project | Yes | ||
| project_id | Yes |