ado_wiki_list_pages
List pages in an Azure DevOps wiki with pagination and automatic default wiki resolution. Use it to browse wiki contents or discover available wikis when needed.
Instructions
List pages in an Azure DevOps wiki with optional pagination. Returns a list of pages with their paths, URLs, and metadata. When wikiId is omitted the project's default projectWiki is resolved automatically — use ado_wiki_list to discover available wikis if auto-resolve fails. Use top to limit results; pass the returned continuationToken for subsequent pages. Requires vso.wiki PAT scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max results (default 50, max 100) | |
| wikiId | No | Wiki ID (GUID) or wiki name. When omitted, the project's projectWiki is used automatically. | |
| project | No | Project name. Uses default if omitted. | |
| continuationToken | No | Continuation token from a previous response to fetch the next page of results |