---
title: "Get visibility summary"
method: GET
path: "/api/mcp/projects/{projectId}/visibility"
tags: ["Visibility"]
---

# Get visibility summary

`GET /api/mcp/projects/{projectId}/visibility`

AI visibility score + platform breakdown. Pass unbranded=true or branded=true to restrict every metric (score, mentions, citations) by prompt brand state. `days` defaults to 30, max 365.

## Path parameters

- `projectId` string, uuid, required

## Query parameters

- `days` integer
- `unbranded` 'true'
- `branded` 'true'

## Response `200`

Visibility summary.

- VisibilitySummaryResponse
  - `project` ProjectRefWithBrand, required
    - `id` string, uuid, required
    - `name` string, required
    - `domain` string, nullable, required
    - `brandName` string
  - `summary` object, required
    - `visibilityScore` number
    - `scoreChange` number
    - `scoreChangePeriod` string
    - `totalResponses` integer
    - `totalMentions` integer
    - `totalCitations` integer
    - `mentionRate` number
  - `platforms` VisibilityPlatformBreakdown[], required
    - `platform` string
    - `platformId` string
    - `responses` integer
    - `mentions` integer
    - `brandMentions` integer
    - `responsesWithBrand` integer
    - `citations` integer
    - `brandCitations` integer
    - `visibilityRate` number — Percentage 0-100.
  - `reportsAnalyzed` integer
  - `dateRange` DateRange, required — The resolved lookback window for this response.
    - `from` string, date-time, required
    - `to` string, date-time, required

## Other responses

- `400` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `401` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `403` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `404` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.
- `429` — Rate limited. Usually the per-API-key REST limit (600 requests/minute); on Google-backed endpoints it can also relay an upstream Google rate limit. `Retry-After` (seconds) is present when the limit was applied by Searchable's own rate limiter; it may be absent when an upstream provider rate-limits.
- `504` — Error response. `code` is the machine-readable reason — see the [error reference](/api/errors) for the full catalog and remediation per code.

---

[API](https://skmtc.net/searchable/apis/searchable-rest-api.md) · [All operations](https://skmtc.net/searchable/apis/searchable-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/searchable/searchable-rest-api/revisions/301b04e800ed/schema)
