---
title: "AI visibility headline metrics"
method: GET
path: "/v3/ai-tracker/visibility/summary"
tags: ["AI Tracker"]
---

# AI visibility headline metrics

`GET /v3/ai-tracker/visibility/summary`

Headline AI-visibility numbers for a team: visibility, share of voice, citation share and sentiment (each with a daily sparkline and a change vs the previous window), plus prompt/response counts. Small payload - prefer this over the other ai_visibility_* tools unless you need a per-brand, per-source or per-day breakdown.

## Query parameters

- `teamId` string
- `platform` string
- `competitor` string
- `country` string
- `startDate` string
- `endDate` string
- `days` integer
- `promptBrand` string
- `tracking` string
- `intent` string
- `includePrevious` string

## Response `200`

Default Response

- object
  - `meta` object, required
    - `totalPrompts` number
    - `activePrompts` number
    - `totalResponses` number
    - `teamInfo` object
    - `appliedFilters` object
  - `summaryCards` object, required
    - `totalPrompts` object
    - `activePrompts` object
    - `totalResponses` object
  - `cards` object, required
    - `visibility` object
    - `shareOfVoice` object
    - `citations` object
    - `sentiment` object

## Other responses

- `400` — Default Response
- `404` — Default Response
- `500` — Default Response

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 info
  - added the success response with the status `200`
- **2026-08-15** `f69a1d263036` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/ai-tracker/visibility/summary/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/6f0b6cbb515f?raw)
