---
title: "List Chats"
method: GET
path: "/chats"
tags: ["Project"]
---

# List Chats

`GET /chats`

List the chats of a project

## Query parameters

- `project_id` string — Required if using a company api key
- `limit` number
- `offset` number
- `start_date` string, date — full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- `end_date` string, date — full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- `brand_id` string
- `prompt_id` string
- `model_id` 'chatgpt-scraper' | 'gpt-4o' | 'gpt-4o-search' | 'gpt-3.5-turbo' | 'llama-sonar' | 'perplexity-scraper' | 'sonar' | 'gemini-2.5-flash' | 'gemini-3.1-flash-lite-search' | 'gemini-scraper' | 'google-ai-overview-scraper' | 'google-ai-mode-scraper' | 'llama-3.3-70b-instruct' | 'deepseek-r1' | 'deepseek-v4-pro' | 'claude-3.5-haiku' | 'claude-haiku-4.5' | 'claude-sonnet-4' | 'grok-scraper' | 'microsoft-copilot-scraper' | 'grok-4' | 'grok-4.3' | 'qwen-3-6-plus' | 'qwen-3-7-plus' | 'amazon-rufus-scraper' | 'mistral-small-4' | 'mistral-medium-3-5' — Deprecated: use model_channel_id instead
- `model_channel_id` 'openai-0' | 'openai-1' | 'qwen-0' | 'openai-2' | 'perplexity-0' | 'perplexity-1' | 'google-0' | 'google-1' | 'google-2' | 'google-3' | 'google-4' | 'anthropic-0' | 'anthropic-1' | 'deepseek-0' | 'meta-0' | 'xai-0' | 'xai-1' | 'microsoft-0' | 'amazon-0' | 'mistral-0' | 'mistral-1'
- `features` string[]
- `include_archived_prompts` string
- `sort` 'asc' | 'desc' — Sort order by chat creation time. Defaults to asc (oldest first); use desc to get the most recent chats first.

## Response `200`

Success

- object — Success
  - `data` object[], required
    - `id` string, required
    - `prompt` object, required
      - `id` string, required
    - `model` object, required — Deprecated: use model_channel instead
      - `id` string, required
    - `model_channel` object, required
      - `id` string, required
    - `date` string, required
    - `features` string[]
  - `total_count` number, required — Total number of matching chats, ignoring pagination
  - `totalCount` number, required — Total number of matching chats, ignoring pagination

---

[API](https://skmtc.net/peec/apis/peec-ai-customer-api.md) · [All operations](https://skmtc.net/peec/apis/peec-ai-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peec/peec-ai-customer-api/versions/92840a1bffa7/schema)
