get_wiki_page
Fetches a single wiki page from OpenProject using its page ID, returning the page content and metadata.
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 | ||
| url | Yes | ||
| title | Yes | ||
| content | Yes | ||
| project | Yes | ||
| project_id | Yes | ||
| attachments_url | Yes |