Skip to main content
GET
Get Citations for Domain
Returns citation data for URLs belonging to a specific domain. Use this to drill into which pages from a domain are being cited by AI platforms.

Parameters

string
required
Domain name to retrieve citations for (e.g., example.com).
string
required
Bearer token. Format: Bearer slat_<your-token>.
integer
Number of days for the analysis window.
string
Start of date range. ISO 8601 format.
string
End of date range. ISO 8601 format.
number
Brand ID. Optional — if omitted, uses the workspace’s default brand.
number
Filter by topic ID.
string[]
Filter by one or more platforms.
string
Filter by citation category (e.g., OWNED, EARNED, COMPETITOR).
Search URLs by text. Case-insensitive partial match.
string
Filter by ISO country code.
integer
Maximum number of results. Default: 20. Maximum: 100.
integer
Number of results to skip. Default: 0.
number
Filter by a single prompt ID.
number[]
Filter by multiple prompt IDs. Maximum 10 values.

Response

Returns 200 OK with an array of citation URL objects for the domain.
object[]
required
Array of citation URL objects.

Example

Response

Status codes

What’s next