Skip to main content
GET
Get visibility summary

Authorizations

Authorization
string
header
required

A Searchable API key, created under Settings → Workspace → Integrations. Send as Authorization: Bearer sea_xxxxx. Every key carries one or more scopes (read, write, admin) and may optionally be bound to a single project — see Getting started.

Path Parameters

projectId
string<uuid>
required

The project id.

Query Parameters

days
integer

Lookback window in days. Default and maximum vary by endpoint — see the operation description.

Required range: x >= 1
unbranded
enum<string>

Pass true to restrict every metric to non-branded prompts only.

Available options:
true
branded
enum<string>

Pass true to restrict every metric to branded prompts only.

Available options:
true
compare
enum<string>

Period comparison. previous_period re-runs the same metrics over the window immediately before the current one (same length); previous_year over the same window shifted back exactly 365 days. The response gains an additive comparison block: { mode, dateRange, previous, delta }delta is current minus previous for every shared numeric metric (on /visibility/topics, per-topic deltas ride inline on each topic row instead). Invalid values return 400 invalid_argument.

Available options:
previous_period,
previous_year
from
string

Start of an absolute window (inclusive, UTC). Accepts YYYY-MM-DD or a full ISO timestamp. Requires to, and is mutually exclusive with days — sending both returns 400 invalid_argument. A range longer than the endpoint's maximum is rejected rather than clamped.

Example:

"2026-03-01"

to
string

End of an absolute window (inclusive, UTC). Accepts YYYY-MM-DD or a full ISO timestamp. Requires from.

Example:

"2026-03-31"

include
enum<string>

Set to industry_ranking to attach the competitive leaderboard (every tracked entity ranked by visibility, plus the brand's own rank) to the response.

Available options:
industry_ranking

Response

Visibility summary.

project
object
required
summary
object
required
platforms
object[]
required
dateRange
object
required

The resolved lookback window for this response.

industryRanking
object

Attached by include=industry_ranking on the summary/platform views. A TOP-N PAGE, not the whole field.

reportsAnalyzed
integer
trend
object[]

One point per report day, oldest first. Omitted when no in-window report has a score.

comparison
object

Present only when compare was passed: the previous window's metrics and current-minus-previous deltas.