get_blocked_urls
Retrieve blocked URLs and directories for a site, with pagination support. Use to audit and manage blocked content.
Instructions
Get a list of blocked pages/directories for a site.
Args: site_url: The URL of the site
Returns: List[BlockedUrl]: List of blocked URLs and their settings
Raises: BingWebmasterError: If blocked URLs cannot be retrieved
Returns at most limit rows (default 50, max 500). When the result reports
a next_offset, call again with offset=next_offset to get more rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of rows to return. | |
| offset | No | Index of the first row. | |
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |