get_sitemap
Check a submitted sitemap's status, including last download, last submission, URL counts, and pending/error state.
Instructions
Details for one submitted sitemap: last download, last submitted, URL counts per type, and whether it is pending or errored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | The Search Console property. Either a URL-prefix property ("https://navid.me/", trailing slash included) or a domain property ("sc-domain:navid.me"). A bare hostname is read as a domain property. Call list_sites for the exact strings this account owns, because the two shapes are different properties and mixing them up returns a 403. | |
| account | No | Which signed-in Google account to act as, by email. Omit to use the default. Call list_accounts to see what is signed in. | |
| sitemap_url | Yes | Full URL of the sitemap, e.g. https://navid.me/sitemap.xml |