v1

latestOpenAPI 3.1.02026-07-265897154.5 KB
Query Fanout

Get query fanout for a prompt

Detailed query fanout for a single prompt — every sub-query AI models generated for it, deduped with per-query frequency, the models that issued it, and the query type (initial_search | model_query). days defaults to 30, max 180.

get/api/mcp/projects/{projectId}/query-fanout/{promptId}

Path parameters

projectIdstring uuid required

The project id.

promptIdstring uuid required

The prompt's id.

Query parameters

daysinteger

Lookback window in days. Default and maximum vary by endpoint — see the operation description.

platformstring

Comma-separated AI platform filter (e.g. chatgpt,claude,gemini). Accepted values and whether the param is required vary by endpoint — see the operation description.

topicIdstring uuid

Restrict to a single topic id.

unbranded'true'

Pass true to restrict every metric to non-branded prompts only.

branded'true'

Pass true to restrict every metric to branded prompts only.

Response

Prompt-level query fanout.

promptIdstring uuid required
queriesobject[] required
totalRawinteger required

Total raw (non-deduped) fanout query rows.