---
title: "List AI responses"
method: GET
path: "/answers"
tags: ["Answers"]
---

# List AI responses

`GET /answers`

Pass query for case-insensitive full-text search inside response texts: total becomes the exact match count and items return snippet + match_count instead of response.

## Query parameters

- `project_id` integer, required
- `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
- `page` integer
- `per_page` integer
- `mention_filter` 'mentions_you' | 'not_mentions_you' | 'mentions_competitor' | 'not_mentions_competitor' | 'you_and_competitor' | 'competitor_not_you' | 'you_not_competitor' | 'no_brands'
- `citation_filter` 'cites_you' | 'not_cites_you' | 'cites_competitor' | 'not_cites_competitor' | 'you_and_competitor' | 'competitor_not_you' | 'you_not_competitor' | 'cites_no_brands'
- `competitors` string
- `query` string

## Response `200`

Paginated answers

## Other responses

- `422` — Invalid parameters

---

[API](https://skmtc.net/llmpulse/apis/llm-pulse-api.md) · [All operations](https://skmtc.net/llmpulse/apis/llm-pulse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/llmpulse/llm-pulse-api/versions/17bc6c8b615a/schema)
