v1

latestOpenAPI 3.1.02026-07-265897154.5 KB
Sources

List AI responses that cited a domain

AI responses that cited a specific domain, with the originating prompt, platform, and cited URL. Optionally filter to a specific URL. days defaults to 30.

get/api/mcp/projects/{projectId}/sources/domains/{domain}/responses

Path parameters

projectIdstring uuid required

The project id.

domainstring required

A cited domain (e.g. example.com).

Query parameters

urlstring

Further restrict to responses that cited this specific URL within the domain.

daysinteger

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

limitinteger

Page size. Default and maximum vary by endpoint — see the operation description.

offsetinteger

Row offset for pagination.

platformstring

Comma-separated AI platform filter (e.g. chatgpt,claude,gemini). Accepted values and whether the param is required vary by endpoint — see the operation description.

topicIdstring uuid

Restrict to a single topic id.

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

Responses citing the domain.

totalinteger required
hasMoreboolean required
nextOffsetinteger required
entityDomainsobject

Map of entity name to its domain, for entities referenced in this page of responses.

successboolean required

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