search_code
Search for code across repositories in a Bitbucket workspace using queries to find specific files and matching content.
Instructions
Search for code across repositories in a workspace.
Args: query: Search query string workspace: Bitbucket workspace (optional if configured) page: Page number for pagination (default: 1) pagelen: Number of results per page, max 100 (default: 25)
Returns: Code search results with file paths and matching content
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| workspace | No | ||
| page | No | ||
| pagelen | No |