Skip to main content
Returns a daily series of AI Visibility metrics. Use it to draw the chart on your dashboard — score over time, sentiment over time, prompt coverage over time — for a single (app, country, model) combination. The series can be scoped to either:
  • the whole app (default) — the same numbers the headline gauge shows in GET /overview, one row per scored day.
  • a single intent — pass intentId to drill into how visibility for that one user goal moved over time.

Path parameters

Query parameters


Response

Rows are returned oldest → newest so a chart library can plot them directly. Days without a scan are omitted (the series isn’t densified) — pass windowDays=30 and you’ll get however many days actually have data inside that window.

Examples

App-level 30-day trend (default)

Single intent, 90-day window

Compare models side-by-side

Call the endpoint once per model and overlay the series:

Credits

This is a read endpoint billed against the AI Visibility credit pool: 1 credit per call. See Overview & pricing for the full pricing table.