Get Google Search Console sitemap

Get details for one sitemap submitted to Search Console.

← All Google Search Console endpoints · Capability overview

GET/v1/google-search-console/sitemap

https://api.vee3.io/v1/google-search-console/sitemap

5 tokens

Get details for one sitemap submitted to Search Console.

Authorization

Send your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

MCP

The same capability is available as an MCP tool on Vee3 hosted MCP.

Tool name

google-search-console.get_sitemap
Parameters2 fields
site_urlstringOptional

Optional verified property URL from google-search-console.list_sites. When omitted, the default property is used. The user or agent passes an exact site_url value from that response.

feed_pathstringRequired

Full sitemap URL for the property, for example https://example.com/sitemap.xml. Use an exact path from google-search-console.list_sitemaps when available.

Response14 fields
site_urlstring

Search Console property URL used for the request.

sitemapobject
12 fields

Sitemap details for the requested feed_path.

pathstring

Full sitemap URL path for the property.

last_submittedstring

Timestamp when the sitemap was last submitted.

is_pendingboolean

Whether Search Console is still processing the sitemap.

is_sitemaps_indexboolean

Whether this entry is a sitemap index.

sitemap_typestring

Sitemap type reported by Search Console.

last_downloadedstring

Timestamp when Google last downloaded the sitemap.

warningsstring

Warning count reported for the sitemap.

errorsstring

Error count reported for the sitemap.

contentsarrayitems
3 fields

Per-content-type submitted and indexed counts.

content_typestring

Sitemap content type reported by Search Console.

submittedstring

Number of submitted URLs of this content type, when available.

indexedstring

Number of indexed URLs of this content type, when available.

HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, google_search_console_connection_required, google_search_console_connection_refresh_failed, google_search_console_connection_scopes_insufficient, google_search_console_upstream_error, google_search_console_site_not_found, google_search_console_rate_limited, dns_not_using_namecheap