---
title: "List query fan-out"
method: GET
path: "/dimensions/query_fan_outs"
tags: ["Prompts"]
---

# List query fan-out

`GET /dimensions/query_fan_outs`

The sub-queries a model actually issued when answering your tracked prompts. view=query (default) returns one row per distinct sub-query with count and share; view=prompt returns one row per prompt with how many distinct sub-queries it produced. Fan-out is reported mainly by ChatGPT.

## Query parameters

- `project_id` integer, required
- `page` integer
- `per_page` integer
- `view` 'query' | 'prompt'
- `order` 'count' | 'share' | 'query_text' | 'total_count' | 'variations_count' | 'prompt_text'
- `direction` 'asc' | 'desc'
- `query` string
- `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
- `prompt_type` 'informational' | 'navigational' | 'commercial' | 'transactional'
- `brand_kind` 'brand' | 'brand_other' | 'non_brand'
- `range` integer
- `from` string, date-time
- `to` string, date-time
- `output` 'flat' | 'csv'

## Response `200`

Paginated fan-out rows

## Other responses

- `422` — Invalid parameters

## Changes

- **2026-08-13** `f6e9e41992e1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/llmpulse/apis/llm-pulse-api/changes/dimensions/query_fan_outs/get.md)

---

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