get_wiki_page_revisions
Retrieve the edit history of Azure DevOps wiki pages to track changes, view contributors, and monitor revision timestamps.
Instructions
Get the revision/edit history of a wiki page (who changed it and when)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wikiIdentifier | Yes | Wiki ID or name | |
| path | Yes | Wiki page path (e.g., /Home) | |
| top | No | Max revisions to return (default: all) |