devops_wiki_page_get
Retrieve metadata and content of a wiki page from on-premises Azure DevOps using wiki and page IDs found in the page URL.
Instructions
Retrieves metadata (path, isParentPage) and/or content of a wiki page. The wiki_id and page_id are found in the browser URL: https://.../_wiki/wikis/{wiki_id}/{page_id}/...
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Wiki page ID. Found in the page URL: .../_wiki/wikis/{wiki_id}/{page_id}/... | |
| wiki_id | Yes | Wiki identifier (name or ID). Found in the page URL: .../_wiki/wikis/{wiki_id}/... | |
| include_content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |