v1
latestOpenAPI 3.0.02026-07-222980136.7 KBAudits
Get a query fan-out
get/v1/audits/query-fan-outs/{fanOutId}
Path parameters
fanOutIdstring required
Query fan-out run identifier.
Example:01HX7K2YV9D3M8N0G6Q5R4S3T2
Query fan-out run identifier.
Response
The query fan-out run and its expanded queries.
Example response
{
"id": "01HXFANOUT5XY8Z2N3KQ7VAW4P",
"query": "best running shoes for marathon training",
"status": "completed",
"createdDate": "2026-06-18T08:29:45.000Z",
"engines": [
"chatgpt",
"google_ai_mode",
"google"
],
"results": [
{
"engine": "chatgpt",
"state": "finished",
"reasoningForCount": "The query is broad and commercial, so a wider set of comparison and intent queries is warranted.",
"expandedQueries": [
{
"query": "most cushioned running shoes for long distance",
"type": "comparison",
"userIntent": "Feature discovery",
"reasoning": "Marathon runners often prioritise cushioning for long mileage."
}
]
}
]
}