II.
ProtocolMessage JSON
Structured · liveprotocol-message:openai-response-created
OpenAI Responses / response.created json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "protocol-message:openai-response-created",
"_kind": "ProtocolMessage",
"_file": "extensions/protocol-messages/codex-responses-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "OpenAI Responses / response.created",
"messageType": "StreamEvent",
"subtype": "none",
"direction": "core-to-user",
"terminal": false,
"errorCategory": "none",
"payloadSchema": {
"event": "response.created",
"fields": [
"response.id",
"response.created_at",
"response.model"
]
},
"description": "First SSE event of an OpenAI Responses API stream — opens the response\nenvelope. Codex CLI consumes this to record the response id for trace\npersistence.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-core-impl:codex.core@1.x",
"to": "protocol-message:openai-response-created",
"kind": "emits_message_type",
"attributes": {}
},
{
"from": "agent-core-impl:codex-sdk.core@current",
"to": "protocol-message:openai-response-created",
"kind": "emits_message_type",
"attributes": {}
},
{
"from": "provider:openai",
"to": "protocol-message:openai-response-created",
"kind": "emits_message_type"
}
]
}