v1

latestOpenAPI 3.1.02026-07-265897154.5 KB
Sources

Get a cited URL's detail

Citation analytics for a single cited URL — total citations, prompts, mentions, and models that cite it. {url} must be percent-encoded. Pass unbranded=true to restrict to non-branded prompts. Returns 404 if the URL has not been cited in the project's data window. days defaults to 30.

get/api/mcp/projects/{projectId}/sources/urls/{url}

Path parameters

projectIdstring uuid required

The project id.

urlstring required

A cited URL. Must be percent-encoded.

Query parameters

daysinteger

Lookback window in days. Default and maximum vary by endpoint — see the operation description.

unbranded'true'

Pass true to restrict every metric to non-branded prompts only.

countrystring

Comma-separated ISO 3166-1 country codes (e.g. US,GB) or country names.

locationIdstring

Comma-separated tracked-location ids.

Response

URL detail.

urlstring required
titlestring nullable
domainstring required
contentTypestring nullable
totalCitationsinteger required
totalResponsesinteger required
responsesWithUrlinteger
usagenumber
modelsstring[]
brandMentionedboolean nullable
firstCitedAtstring date-time nullable
latestCitedAtstring date-time nullable
successboolean required

Always true — injected on every success response by this endpoint family's response wrapper.