---
title: "List cited Reddit content (Growth+)"
method: GET
path: "/dimensions/reddit"
tags: ["Owned Media & Communities"]
---

# List cited Reddit content (Growth+)

`GET /dimensions/reddit`

Which Reddit content AI answers cite. view=subreddits (default) returns one row per subreddit with citation count, unique authors and sentiment split; view=authors one row per author; view=threads the individual cited threads with upvotes, comments, average position and dominant sentiment.

## Query parameters

- `project_id` integer, required
- `page` integer
- `per_page` integer
- `view` 'subreddits' | 'authors' | 'threads'
- `subreddit` string
- `author` string
- `status` 'open' | 'archived'
- `owned` boolean
- `brand` string
- `order` 'citations' | 'subreddit' | 'unique_authors' | 'positive_pct' | 'negative_pct' | 'author' | 'avg_position' | 'upvotes' | 'comments' | 'sentiment'
- `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
- `brand_kind` 'brand' | 'brand_other' | 'non_brand'
- `range` integer
- `from` string, date-time
- `to` string, date-time
- `output` 'flat' | 'csv'

## Response `200`

Paginated Reddit rows

## 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)
