Pages

AI answers that cited a page or subfolder

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.

get/v3/pages/ai

Query parameters

teamIdstring

Team ID

urlstring required

Absolute URL, or a path such as /collections resolved against the team website.

mode'exact' | 'prefix'

exact scopes to the single URL; prefix scopes to every page under the path. Defaults to exact.

startDatestring

Start of the window (YYYY-MM-DD, UTC). Wins over aiDays.

endDatestring

End of the window (YYYY-MM-DD, UTC). Requires startDate.

aiDaysinteger

How far back to look, in days, when startDate is omitted. Defaults to 30.

Response

Default Response

responsesinteger required
citationsinteger required
citedPagesinteger
totalResponsesinteger
sincestring
lastCitedAtstring nullable
previousResponsesinteger
previousCitationsinteger
firstCitedAtstring nullable
avgPositionnumber nullable
avgSentimentnumber nullable

Changes

Changed in 1 of the 47 revisions of this API.1