v1

latestOpenAPI 3.1.02026-07-265897154.5 KB
Sources

List a domain's cited URLs

Cited URLs for a specific domain, with titles and content types. Cursor-paginated. days defaults to 30.

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

Path parameters

projectIdstring uuid required

The project id.

domainstring required

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

Query parameters

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.

cursorstring

Opaque pagination cursor from a previous response's nextCursor. Omit for the first page.

sourceTypestring

Comma-separated source-type filter: brand,competitor,editorial,social,forum,review,institutional,third_party,other.

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

URLs for the domain.

totalUrlsinteger required
nextCursorstring
hasMoreboolean required
successboolean required

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