search_wiki
Search for content across wiki pages in Azure DevOps projects. Use text queries, project filters, and pagination to find relevant information.
Instructions
Search for content across wiki pages in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| searchText | Yes | The text to search for in wikis | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| projectId | No | The ID or name of the project to search in. If omitted, the search runs across the organization when supported. | |
| filters | No | Optional filters to narrow search results | |
| top | No | Number of results to return (default: 100, max: 1000) | |
| skip | No | Number of results to skip for pagination (default: 0) | |
| includeFacets | No | Whether to include faceting in results (default: true) |