iiRecord
Agentic AI Atlas · OpenAI Responses / response.failed
protocol-message:openai-response-faileda5c.ai
II.
ProtocolMessage JSON

protocol-message:openai-response-failed

Structured · live

OpenAI Responses / response.failed json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/protocol-messages/codex-responses-events.yamlCluster · extensions
Record JSON
{
  "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"
    }
  ]
}