Skip to main content
GET
Get Overview Trend
Returns time series data points with brand and competitor metrics per date. Use this to visualize trends in mentions, position, and visibility over time.

Parameters

string
required
Bearer token. Format: Bearer slat_<your-token>.
integer
Number of days for the trend 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.
string
Time bucket granularity. One of: day, week, month. Default: day.
integer
Number of top competitors to include in the trend. Default: 5.
number
Filter by a single prompt ID.
number[]
Filter by multiple prompt IDs. Maximum 10 values.

Response

Returns 200 OK with the trend data.
object[]
required
Array of time series data points.

Example

Response

Status codes

What’s next