get_wiki_page
Retrieve the content and details of a specific Azure DevOps wiki page by providing its path and wiki identifier.
Instructions
Get a wiki page by path.
Args: project: Azure DevOps project name. Uses default if not specified. wiki_id: The wiki identifier (name or ID). path: Page path (e.g., "/Home", "/Release Notes/v2"). Defaults to root. include_content: Whether to include the page markdown content (default: True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| wiki_id | No | ||
| path | No | / | |
| include_content | No |