II.
ProtocolMessage JSON
Structured · liveprotocol-message:openai-response-failed
OpenAI Responses / response.failed json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "protocol-message:openai-response-failed",
"_kind": "ProtocolMessage",
"_file": "extensions/protocol-messages/codex-responses-events.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "OpenAI Responses / response.failed",
"messageType": "StreamEvent",
"subtype": "none",
"direction": "core-to-user",
"terminal": true,
"errorCategory": "execution",
"payloadSchema": {
"event": "response.failed",
"fields": [
"response.id",
"response.error"
]
},
"description": "Terminal SSE event signaling a Responses API stream that errored\nserver-side. terminal=true.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agent-core-impl:codex.core@1.x",
"to": "protocol-message:openai-response-failed",
"kind": "emits_message_type",
"attributes": {}
},
{
"from": "agent-core-impl:codex-sdk.core@current",
"to": "protocol-message:openai-response-failed",
"kind": "emits_message_type",
"attributes": {}
},
{
"from": "provider:openai",
"to": "protocol-message:openai-response-failed",
"kind": "emits_message_type"
}
]
}