---
title: "Summarise one page or subfolder across every source"
method: GET
path: "/v3/pages/overview"
tags: ["Pages"]
---

# Summarise one page or subfolder across every source

`GET /v3/pages/overview`

Returns Search Console performance, the latest SEO audit summary and AI citation counts for a single URL, or for every page under a path when mode is prefix.

## Query parameters

- `teamId` string
- `startDate` string
- `endDate` string
- `days` integer
- `country` string
- `device` string
- `type` string
- `url` string, required
- `mode` 'exact' | 'prefix'
- `aiDays` integer

## Response `200`

Default Response

- object
  - `scope` object, required
    - `mode` string
    - `url` string
    - `path` string
  - `search` object, required
    - `connected` boolean
    - `startDate` string, nullable
    - `endDate` string, nullable
    - `clicks` number
    - `impressions` number
    - `ctr` number
    - `position` number
    - `keywords` integer
    - `pageCount` integer
    - `matchedUrl` string, nullable
  - `audit` object, required
    - `audited` boolean
    - `allScores` integer, nullable
    - `techScore` integer, nullable
    - `contentScore` integer, nullable
    - `issues` integer
    - `auditedAt` string, nullable
  - `ai` object, required
    - `responses` integer
    - `citations` integer
    - `citedPages` integer

## Changes

- **2026-09-01** `dd05cfe959f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/pages/overview/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/68d7cda28432?raw)
