Skip to main content
GET
Get Citations by URL
Returns citation data at the individual URL level. Each entry includes the URL, title, domain, citation count, average rank, and category. Results are paginated.

Parameters

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
Number of results per page. 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 a paginated list of cited URLs.
object[]
required
Array of citation URL objects.
object
required
Pagination metadata.

Example

Response

Status codes

What’s next