Skip to main content
GET
List Chats

Authorizations

X-API-Key
string
header
required

Query Parameters

project_id
string

Required if using a company api key

Example:

"or_f45b94ba-5e35-4982-93ed-285e72ee14eb"

limit
number
default:1000
Required range: 1 <= x <= 10000
offset
number
default:0
Required range: x >= 0
start_date
string<date>
default:2026-01-01

full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$
Example:

"2025-09-22"

end_date
string<date>
default:2026-01-01

full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

Pattern: ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$
Example:

"2025-09-22"

brand_id
string
prompt_id
string
model_id
enum<string>
deprecated

Deprecated: use model_channel_id instead

Available options:
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
model_channel_id
enum<string>
Available options:
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
enum<string>[]
Available options:
SHOPPING,
PRODUCT_COMPARISON,
AD,
MAP,
WEB_SEARCH
include_archived_prompts
string
sort
enum<string>
default:asc

Sort order by chat creation time. Defaults to asc (oldest first); use desc to get the most recent chats first.

Available options:
asc,
desc

Response

200 - application/json

Success

Success

data
object[]
required
total_count
number
required

Total number of matching chats, ignoring pagination

Example:

42

totalCount
number
required
deprecated

Total number of matching chats, ignoring pagination

Example:

42