Daily Reddit Post Monitoring and AI Ranking

14855af5-3c8f-4624-b958-7ea179cac3f1

Latency
4650ms
Cost
$0.0016
Tokens
632
Status
success
gemini-3-flash-preview

Workflow Graph

Trace

[
  {
    "data": {
      "nodeType": "trigger"
    },
    "event": "node_start",
    "nodeId": "trigger",
    "timestamp": 1780860674477
  },
  {
    "data": {
      "kind": "n8n-nodes-base.scheduleTrigger"
    },
    "event": "seeded",
    "nodeId": "trigger",
    "timestamp": 1780860674477
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "trigger"
    },
    "event": "node_end",
    "nodeId": "trigger",
    "timestamp": 1780860674477
  },
  {
    "data": {
      "nodeType": "http"
    },
    "event": "node_start",
    "nodeId": "fetch-reddit",
    "timestamp": 1780860674479
  },
  {
    "event": "fetching GET https://www.reddit.com/r/SaaS/hot.json?limit=20",
    "nodeId": "http",
    "timestamp": 1780860674479
  },
  {
    "data": {
      "url": "https://www.reddit.com/r/SaaS/hot.json?limit=20",
      "method": "GET"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780860674479
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "http"
    },
    "event": "node_end",
    "nodeId": "fetch-reddit",
    "timestamp": 1780860674828
  },
  {
    "data": {
      "nodeType": "code"
    },
    "event": "node_start",
    "nodeId": "parse",
    "timestamp": 1780860674828
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "code"
    },
    "event": "node_end",
    "nodeId": "parse",
    "timestamp": 1780860674832
  },
  {
    "data": {
      "nodeType": "llm"
    },
    "event": "node_start",
    "nodeId": "ai-analyze",
    "timestamp": 1780860674834
  },
  {
    "data": {
      "messages": 1,
      "maxTokens": 800
    },
    "event": "calling openai/gpt-4o-mini",
    "nodeId": "llm",
    "timestamp": 1780860674834
  },
  {
    "data": {
      "model": "gpt-4o-mini",
      "provider": "openai"
    },
    "event": "llm_call",
    "nodeId": "_context",
    "timestamp": 1780860674834
  },
  {
    "data": {
      "model": "gemini-3-flash-preview",
      "costUsd": 0.0015777999999999999,
      "provider": "openai",
      "latencyMs": 4097,
      "promptTokens": 1,
      "completionTokens": 631
    },
    "event": "llm_result",
    "nodeId": "_context",
    "timestamp": 1780860678933
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "llm"
    },
    "event": "node_end",
    "nodeId": "ai-analyze",
    "timestamp": 1780860678933
  },
  {
    "data": {
      "nodeType": "code"
    },
    "event": "node_start",
    "nodeId": "merge",
    "timestamp": 1780860678933
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "code"
    },
    "event": "node_end",
    "nodeId": "merge",
    "timestamp": 1780860678938
  },
  {
    "data": {
      "nodeType": "integration"
    },
    "event": "node_start",
    "nodeId": "save-sheets",
    "timestamp": 1780860678940
  },
  {
    "data": {
      "service": "googleSheets",
      "resolved": true
    },
    "event": "credential_access",
    "nodeId": "_context",
    "timestamp": 1780860678940
  },
  {
    "data": {
      "url": "https://sheets.googleapis.com/v4/spreadsheets/1e8XpVw-np2ABv8gBd_VYhphaHZUYnJ5zoOa--qocbPE/values/Sink:append?valueInputOption=RAW",
      "method": "POST"
    },
    "event": "http_fetch",
    "nodeId": "_context",
    "timestamp": 1780860678940
  },
  {
    "data": {
      "tab": "Sink",
      "status": 200
    },
    "event": "sheets.write",
    "nodeId": "integration",
    "timestamp": 1780860679126
  },
  {
    "data": {
      "mode": "write",
      "status": "ok",
      "service": "googleSheets",
      "latencyMs": 187,
      "operation": "append"
    },
    "event": "integration_call",
    "nodeId": "integration",
    "timestamp": 1780860679127
  },
  {
    "data": {
      "status": "ok",
      "nodeType": "integration"
    },
    "event": "node_end",
    "nodeId": "save-sheets",
    "timestamp": 1780860679127
  }
]