Knowledge baseSourcesDan George (Little Green Agency)

ChatGPT has hidden its fan-out queries - here's how to get them back with n8n

Author Dan George (Little Green Agency) Date 2026-07-02 Model state GPT-5.3/5.4, July 2026 Open source →

Key findings

Dates the disappearance of the fan-out field from the UI JSON to GPT-5.3/5.4 and shows a detour via the Responses API.

Checked against our data

Describes a model phase before our measurement series. In our data the field is back - an example that a "vanished" field can return, and that you should check your own HAR before rebuilding an extractor.

ClaimStatusEvidence
search_model_queries vanished from the UI JSON with GPT-5.3, fully with GPT-5.4; workaround via the Responses API (web_search_call -> item.action.queries)outdatedIn our data search_model_queries is back in the messages format, both in the metadata and in the SSE stream. The fan-out is readable via the web.run call anyway.

Related

mohanadasan-2026-08-21 segonzac-2026-05-14