get_url_submission_quota
Check your Bing Webmaster Tools URL submission quota and usage for a specific site to manage submissions effectively.
Instructions
Get information about URL submission quota and usage.
Args: site_url: The URL of the site
Returns: UrlSubmissionQuota: Current quota information
Raises: BingWebmasterError: If quota information cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| self | Yes | ||
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| __type | Yes | ||
| DailyQuota | Yes | ||
| MonthlyQuota | Yes |