Skip to main content
GET
Get Citations Summary
Returns a summary of citations referenced by AI platforms in their responses. Includes total counts with period-over-period deltas, a breakdown by category (owned, earned, competitor, etc.), and a daily citation trend.

Parameters

string
required
Bearer token. Format: Bearer slat_<your-token>.
integer
Number of days for the analysis window (e.g., 7, 30, 90).
string
Start of date range. ISO 8601 format (e.g., 2026-02-01T00:00:00Z).
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: CHATGPT, PERPLEXITY, GOOGLE_AI_OVERVIEW, GOOGLE_AI_MODE, GEMINI, CLAUDE.
string
Filter by ISO country code for region.
number
Filter by a single prompt ID.
number[]
Filter by multiple prompt IDs. Maximum 10 values.

Response

Returns 200 OK with the citations summary.
object
required
Aggregate citation counts with period-over-period deltas.
object[]
required
Citation breakdown by category.
object[]
required
Daily citation trend.

Example

Response

Status codes

What’s next