---
title: "Get Sitemap Page"
method: GET
path: "/{brand_id}/sitemap/pages/{page_id}"
tags: ["sitemap"]
---

# Get Sitemap Page

`GET /{brand_id}/sitemap/pages/{page_id}`

Get detailed information about a single page in the brand's sitemap.

## Path parameters

- `brand_id` integer, required — The unique identifier for the brand
- `page_id` integer, required — The page identifier

## Response `200`

Successful Response

- SitemapPageDetail — Extended page details including indexing metadata.
  - `id` integer, required — Unique page identifier
  - `url` string, required — Full URL of the page
  - `title` string, nullable, required — HTML title of the page
  - `description` string, nullable, required — Meta description of the page
  - `depth` integer, required — URL path depth (0 = root)
  - `audit_score` integer, nullable, required — AI search readiness score (0-100)
  - `canonical_url` string, nullable, required — The canonical URL if different from this page's URL
  - `is_priority` boolean, required — Whether this page matches a priority_page/priority_path override for the brand
  - `has_optimized_content` boolean, required — Whether this page has active AXP optimized content deployed
  - `last_indexed` string, date-time, nullable, required — When the page content was last indexed
  - `content_updated_at` string, date-time, nullable, required — When the cached page content was last updated

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrunchai/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunchai/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunchai/scrunch-data-api/revisions/c4fe20c603a3/schema)
