Get Performance Snapshot
Cockpit
Get Performance Snapshot
Get performance snapshots and GEO scores for your brand
GET
Get Performance Snapshot
Get a comprehensive overview of your brand’s visibility in AI-generated responses. Includes mention rates, source citations, sentiment scores, share of voice, and breakdowns by topic and competitor.
This endpoint returns aggregated metrics. See Competitor and Source for entity structures used in
topCompetitors and topSources.Key Formulas
Understanding how metrics are calculated is essential for reproducing results:| Metric | Formula | Details |
|---|---|---|
| Mention Rate | mentionCount / mentionTotal × 100 | mentionCount = responses where your brand (SELF) is mentioned. mentionTotal = responses with at least one SELF or DIRECT competitor mention (not total responses). |
| Coverage | mentionCount / responsesTotal × 100 | Percentage of all monitored responses mentioning your brand. Unlike Mention Rate, uses total responses as denominator. |
| Source Rate | sourceCount / sourceTotal × 100 | sourceCount = responses citing your domain (SELF). sourceTotal = responses with at least one SELF or DIRECT source citation (not total responses). |
| Share of Voice | sovSelf / sovTotal × 100 | sovSelf = distinct SELF mention count. sovTotal = distinct SELF + DIRECT mention count. INDIRECT mentions are excluded. |
Get Performance Snapshot
Bearer token. Example:
Bearer qw-api-xxxPath Parameters
The unique identifier of the brand
Query Parameters
Number of days to include in the snapshot. If not specified, returns all data.
Start date (ISO 8601 format). Overrides
period if provided with endDateEnd date (ISO 8601 format). Overrides
period if provided with startDateFilter by AI provider. Supports comma-separated multi-select (e.g.,
chatgpt,claude).Filter by topic ID (keywordId). Supports comma-separated multi-select (e.g.,
id1,id2).Filter by tag ID. Supports comma-separated multi-select (e.g.,
id1,id2).Filter by prompt type:
TOFU, MOFU, BOFUResponse
Indicates if the request was successful
Top competitors by mention count
Top sources by citation count
Example Request
Example Response
Error Responses
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_PARAMETER | Invalid query parameter |
| 401 | INVALID_TOKEN | Authentication failed |
| 404 | BRAND_NOT_FOUND | Brand doesn’t exist or not accessible |

