---
title: "AI answers that cited a page or subfolder"
method: GET
path: "/v3/pages/ai"
tags: ["Pages"]
---

# AI answers that cited a page or subfolder

`GET /v3/pages/ai`

Returns the tracked AI answers whose sources include this URL (or any page under the path when mode is prefix), broken down by platform and by the prompt that produced them. Same stored responses the AI Visibility citations view reads.

## Query parameters

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

## Response `200`

Default Response

- object
  - `scope` object, required
    - `mode` string
    - `url` string
    - `path` string
  - `responses` integer, required
  - `citations` integer, required
  - `citedPages` integer
  - `totalResponses` integer
  - `since` string
  - `lastCitedAt` string, nullable
  - `previousResponses` integer
  - `previousCitations` integer
  - `firstCitedAt` string, nullable
  - `avgPosition` number, nullable
  - `avgSentiment` number, nullable
  - `citedAlongside` object[]
    - `domain` string
    - `responses` integer
    - `citations` integer
  - `platforms` object[]
    - `platform` string
    - `responses` integer
    - `citations` integer
  - `prompts` object[]
    - `promptId` string
    - `prompt` string
    - `responses` integer
    - `citations` integer
    - `platforms` string[]
    - `lastSeenAt` string
  - `answers` object[]
    - `responseId` string
    - `promptId` string
    - `prompt` string
    - `platform` string
    - `model` string, nullable
    - `citations` integer
    - `citedUrls` string[]
    - `createdAt` string

## Changes

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

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/pages/ai/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/a63b6be50d97?raw)
