get_query_parameters
Retrieve the URL query parameters that Bing Webmaster Tools considers for URL normalization on a site. Input a site URL to get a paginated list of parameters, with offset for more rows.
Instructions
Get a list of URL normalization parameters for a site.
URL parameters are used to identify which URL parameters should be considered for URL normalization (e.g., sorting, filtering parameters that don't change the content).
Args: site_url: The URL of the site
Returns: List[QueryParameter]: List of query parameters configuration
Raises: BingWebmasterError: If parameters 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 |