{
  "what": "Event ledger for our founder's verification call of 2026-07-14, as recorded by the production system. Five redactions: the caller's phone number, the address, the lead id, the dispatched contractor, and the call's system id (our dispatch pages key on it, and we don't hand out live keys). Everything else is verbatim.",
  "call_ref": "verification-call-2026-07-14",
  "label": "Founder verification call on the production line. Not a customer call. Every timestamp, duration, and event below is real and machine-recorded.",
  "events": [
    {
      "id": 457,
      "event": "call.started",
      "at_utc": "2026-07-14T17:57:07Z",
      "detail": {
        "call_sid": "[redacted]",
        "caller_number": "[redacted]",
        "company_name": "CallPro",
        "product_type": "demo"
      }
    },
    {
      "id": 458,
      "event": "call.qualified",
      "at_utc": "2026-07-14T17:58:44Z",
      "detail": {
        "call_sid": "[redacted]",
        "trade": "hvac",
        "urgency": "urgent",
        "address": "[redacted]",
        "call_type": "service_request",
        "lead_id": "[redacted]"
      }
    },
    {
      "id": 459,
      "event": "dispatch.sent",
      "at_utc": "2026-07-14T17:58:44Z",
      "detail": {
        "call_sid": "[redacted]",
        "contractor": "[redacted]",
        "trade": "hvac",
        "urgency": "urgent",
        "status": "pending"
      }
    },
    {
      "id": 461,
      "event": "call.completed",
      "at_utc": "2026-07-14T17:59:24Z",
      "detail": {
        "call_sid": "[redacted]",
        "duration_seconds": 128.4,
        "outcome": "lead_captured",
        "lead_id": "[redacted]"
      }
    }
  ]
}
