ado_wiki_list
List wikis in an Azure DevOps project or organization. Returns wiki details including ID, name, type, and URL to identify wikis before using other wiki functions.
Instructions
List wikis in an Azure DevOps project, or all wikis across the organisation when project is omitted. Returns id, name, type (projectWiki or codeWiki), projectId, remoteUrl, and versions for each wiki. Call this first to discover wikiId values before using ado_wiki_get_page or ado_wiki_list_pages. An empty result means the project exists but has no wiki provisioned. Requires vso.wiki PAT scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project to list wikis for. Omit to list all wikis in the organisation. |