search_console_sitemaps_list
Retrieve all sitemaps registered for a Search Console property, showing path, crawl status, errors, warnings, and indexed pages per content type.
Instructions
List every sitemap registered against a Search Console property, with their most recent crawl status. Returns the raw Webmasters 'sitemap' array: [{path (absolute sitemap URL), lastSubmitted (ISO 8601), isPending, isSitemapsIndex, type ('sitemap'|'sitemapIndex'|'rssFeed'|'atomFeed'|'urlList'|'patternSitemap'), lastDownloaded (ISO 8601), warnings (int), errors (int), contents: [{type, submitted (int), indexed (int)}]}]. Read-only. For submitting or resubmitting a sitemap use search_console_sitemaps_submit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | Property identifier as registered in Search Console. For URL-prefix properties use the full URL including trailing slash (e.g. 'https://example.com/'). For Domain properties use the 'sc-domain:' prefix (e.g. 'sc-domain:example.com'). The property must be verified and accessible to the authenticated Google account. |