get_fetched_urls
Retrieve the list of URLs submitted for fetching, including their status, with support for pagination to handle large result sets.
Instructions
Get a list of URLs that have been submitted for fetching.
Args: site_url: The URL of the site
Returns: List[FetchedUrl]: List of fetched URLs and their status
Raises: BingWebmasterError: If fetched 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 |