get_fetched_urls
Retrieves a list of URLs submitted for fetching along with their current status. Use to monitor indexing progress and check results of fetch requests for your site.
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
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |