get_wiki_page
Retrieve the content of a wiki page in Azure DevOps by specifying the wiki ID and page path. Optionally provide organization and project IDs.
Instructions
Get the content of a wiki page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| projectId | No | The ID or name of the project (Default: MyProject) | |
| wikiId | Yes | The ID or name of the wiki | |
| pagePath | Yes | The path of the page within the wiki |