> ## Documentation Index
> Fetch the complete documentation index at: https://chatobserver.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I retrieve AI content gaps and query fanouts through the API?

> Retrieve content-gap findings and recommendations for tracked prompts.

Retrieve content-gap findings and recommendations for tracked prompts.

Read [authentication](/docs/developers/authentication), [pagination and filters](/docs/developers/pagination-and-filters), and [safe writes and retries](/docs/developers/safe-writes) before integrating. Each endpoint below includes its request parameters, response schema, and code examples.

## Endpoints

* [List query fan-outs](/docs/api-reference/content-opportunities/get-v2-query-fanouts) — `GET /api/v2/query-fanouts`
* [List prompt content gaps](/docs/api-reference/content-opportunities/get-v2-content-gap-prompts) — `GET /api/v2/content-gap/prompts`
* [Get content gap statistics](/docs/api-reference/content-opportunities/get-v2-content-gap-stats) — `GET /api/v2/content-gap/stats`
* [Get the latest content gap analysis](/docs/api-reference/content-opportunities/get-v2-content-gap-prompts-prompt-id-latest) — `GET /api/v2/content-gap/prompts/{promptId}/latest`
* [Read content gap recommendations](/docs/api-reference/content-opportunities/get-v2-content-gap-prompts-prompt-id-latest-recommendations) — `GET /api/v2/content-gap/prompts/{promptId}/latest/recommendations`

[Download the complete OpenAPI specification](/docs/openapi.json) for client generation and schema validation.
