---
title: "Grouped citation intelligence"
method: GET
path: "/citation_intelligence/groups"
tags: ["Sources & Citation Intelligence"]
---

# Grouped citation intelligence

`GET /citation_intelligence/groups`

Counts and citation rate include visible citations and background source references. Average position excludes position 0. Owned and competitor source matching honor the project's exact-subdomain setting.

## Query parameters

- `project_id` integer, required
- `view` 'url' | 'domain' | 'host'
- `page` integer
- `per_page` integer
- `order` 'group_key' | 'total_responses' | 'total_citations' | 'citation_rate' | 'avg_citation_position' | 'first_seen_at' | 'last_seen_at'
- `direction` 'asc' | 'desc'
- `model` 'chatgpt' | 'perplexity' | 'gemini' | 'ai_overview' | 'ai_mode' | 'copilot' | 'claude' | 'grok' | 'deepseek' | 'meta_ai' | 'amazon_rufus'
- `collection_id` integer
- `country_code` string
- `language_code` string
- `prompt` integer
- `from` string, date-time
- `to` string, date-time
- `query` string
- `source_type` 'owned' | 'competitor' | 'third_party' | 'social_media' | 'own_domain' | 'ugc' | 'background'
- `sentiment` 'negative'
- `content_gap` 'mentioned' | 'gap'

## Response `200`

Grouped citation intelligence

## Other responses

- `422` — Invalid parameters

---

[API](https://skmtc.dev/llmpulse/apis/llm-pulse-api.md) · [All operations](https://skmtc.dev/llmpulse/apis/llm-pulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/llmpulse/llm-pulse-api/revisions/b1f6040a24b9/schema)
