Get Answers
- No
group_by/sort: rows are newest-first by date. includepicks which fields to return (response,mentions,citations,search_queries, …); omit it for all.mentionsis a flat, deduped list in the order entities appear in the response.- Filters: prompt-level fields plus
analysis_type(prompt-level:visibility·sentiment·factcheck), and top-leveldomain/pageleaves:isone value orina list (exact cited-URL match).
Streaming (SSE) variant (same body, /stream)
Streaming (SSE) variant (same body, /stream)
POST /v2/prompts/answers/stream takes the same request body and
returns Server-Sent Events:
one summary event (the info block), then one result event per row.
limit/cursor are ignored; it returns everything by default. Pass
max_results to cap.Authorizations
Body
YYYY-MM-DD, ET, inclusive
YYYY-MM-DD, ET, inclusive
Which row fields to return: run_id, date, model, topic, topic_id, region, persona, tags, prompt, prompt_id, response, mentions, citations, search_queries, analysis_types, sentiment_claims. Omit for all of them.
run_id, date, model, topic, topic_id, persona, region, tags, prompt, prompt_id, response, mentions, citations, search_queries, analysis_types, sentiment_claims and/or/not tree over model, topic, region, persona, prompt, tag, analysis_type (visibility/sentiment/factcheck); plus top-level and leaves domain or page (is one value, or in a list). Substring-search the prompt with {"field": "prompt", "op": "contains", "value": "…"}.
Page size; default 10, max 50.
0 < x <= 50Stream endpoint only: cap the number of streamed rows (default: all).
x > 0Response
Successful Response
The response is of type Response Query Answers V2 V2 Prompts Answers Post · object.