Knowledge base›Fields›run.conversation_format (mapping | messages)
field/run-conversation-formatA field the extractor sets on ingest: mapping if the conversation came as a node tree from /backend-api/conversation/{id}, messages if it came as a flat array from /backend-api/conversations/{id}. Measured: mapping on 20 Aug 2026, messages on all 33 runs from 21 Aug. The switch is the tracker's first confirmed structure event.
No proven effect. The field describes how the client fetches the finished conversation, not how ChatGPT searches or cites. It is the hinge between the two endpoint object pages and the fastest way to detect a format switch.
{
"wert": "messages"
}| 22 Aug 2026 | confirmed | Conversation retrieval switches from /backend-api/conversation/{id} (mapping) to /backend-api/conversations/{id} (messages) |
/backend-api/conversations/{id} /backend-api/conversation/{id} (superseded) grouped_webpages / search_result_groups