get_site_moves
Retrieve site move settings for a specific site URL to check redirects or change-of-address status in Bing Webmaster Tools.
Instructions
Get site move information for a specific site.
Args: site_url: The URL of the site
Returns: List[SiteMoveSettings]: List of site move settings
Raises: BingWebmasterError: If the site move information 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 |