Skip to main content
GET
Get Tracked Page

Authorizations

X-API-Key
string
header
required

API key for authentication. Get yours from the Promptwatch dashboard under Settings > API Keys.

Path Parameters

id
string<uuid>
required

Tracked page identifier

Query Parameters

startDate
string<date>

First inclusive UTC calendar day (YYYY-MM-DD). Defaults to today when omitted. Future dates return 400 DATE_RANGE_IN_FUTURE. Max range 90 days.

endDate
string<date>

Last inclusive UTC calendar day (YYYY-MM-DD). Defaults to today when omitted. Future dates return 400 DATE_RANGE_IN_FUTURE. Max range 90 days.

Response

Default Response

id
string<uuid>
required

Tracked page identifier

url
string
required

Canonical page URL

title
string | null
required

Page title

domainName
string
required

Page domain

createdAt
string<date-time>
required

Timestamp (ISO 8601)

promptCount
number
required

Distinct prompts citing this page in the date range

citationCount
number
required

Citation occurrences (responses citing this page) in the date range

lastCitedAt
string<date-time> | null
required

Most recent citation timestamp in the date range