{
  "id": "1042",
  "finished": false,
  "mode": "manual",
  "status": "error",
  "startedAt": "2026-07-18T05:10:00.000Z",
  "stoppedAt": "2026-07-18T05:10:04.812Z",
  "workflowId": "patchwitness-demo",
  "data": {
    "resultData": {
      "runData": {
        "Telegram Trigger": [
          {
            "startTime": 1784351400000,
            "executionIndex": 0,
            "source": [],
            "data": {
              "main": [[{
                "json": {
                  "update_id": 99101,
                  "message": {
                    "message_id": 77,
                    "chat": { "id": 2010982723, "type": "private" },
                    "voice": { "file_id": "AwACAg-demo", "duration": 4 }
                  }
                }
              }]]
            }
          }
        ],
        "Download Voice File": [
          {
            "startTime": 1784351400800,
            "executionIndex": 1,
            "source": [{ "previousNode": "Telegram Trigger" }],
            "data": {
              "main": [[{
                "json": { "ok": true },
                "binary": { "data": { "mimeType": "audio/ogg", "fileName": "voice.ogg" } }
              }]]
            }
          }
        ],
        "Transcribe Voice": [
          {
            "startTime": 1784351401700,
            "executionIndex": 2,
            "source": [{ "previousNode": "Download Voice File" }],
            "data": { "main": [[{ "json": { "text": "I need help with my order" } }]] }
          }
        ],
        "Classify Request": [
          {
            "startTime": 1784351403100,
            "executionIndex": 3,
            "source": [{ "previousNode": "Transcribe Voice" }],
            "data": {
              "main": [[{
                "json": {
                  "intent": "support",
                  "reply": "Support request received: I need help with my order"
                }
              }]]
            }
          }
        ]
      },
      "lastNodeExecuted": "Send Telegram Reply",
      "error": {
        "level": "warning",
        "message": "Bad Request: chat not found",
        "description": "The chat identifier was lost after the binary download and transcription steps.",
        "node": { "name": "Send Telegram Reply", "type": "n8n-nodes-base.telegram" },
        "timestamp": 1784351404812
      }
    }
  }
}
