{
  "log": {
    "version": "1.2",
    "creator": {
      "name": "Novus Examples HAR writer",
      "version": "1.2",
      "comment": "HAR 1.2 - de-facto format from an abandoned W3C editorial draft (2012); never published as a W3C Recommendation"
    },
    "browser": {
      "name": "Sample Browser",
      "version": "126.0"
    },
    "pages": [
      {
        "startedDateTime": "2026-08-07T09:14:22.031Z",
        "id": "page_1",
        "title": "https://www.example.com/cart",
        "pageTimings": {
          "onContentLoad": 214.5,
          "onLoad": 388.9
        }
      }
    ],
    "entries": [
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.031Z",
        "time": 2505.9,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/api/v1/report/summary",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "api.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Authorization",
              "value": "Bearer SAMPLE-ACCESS-TOKEN-NOT-A-REAL-CREDENTIAL"
            }
          ],
          "queryString": [],
          "headersSize": 186,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ],
          "content": {
            "size": 34,
            "mimeType": "application/json",
            "text": "{\"rows\": 1200, \"truncated\": false}"
          },
          "redirectURL": "",
          "headersSize": 93,
          "bodySize": 34
        },
        "cache": {},
        "timings": {
          "blocked": 1.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.4,
          "wait": 2480.0,
          "receive": 24.3
        },
        "serverIPAddress": "203.0.113.40",
        "connection": "20120"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.931Z",
        "time": 4000.8,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/api/v1/report/lines",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "api.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Authorization",
              "value": "Bearer SAMPLE-ACCESS-TOKEN-NOT-A-REAL-CREDENTIAL"
            }
          ],
          "queryString": [],
          "headersSize": 186,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ],
          "content": {
            "size": 34,
            "mimeType": "application/json",
            "text": "{\"rows\": 1240, \"truncated\": false}"
          },
          "redirectURL": "",
          "headersSize": 93,
          "bodySize": 34
        },
        "cache": {},
        "timings": {
          "blocked": 1.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.4,
          "wait": 3960.5,
          "receive": 38.7
        },
        "serverIPAddress": "203.0.113.40",
        "connection": "20120"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:23.831Z",
        "time": 1218.6,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/api/v1/report/tax",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "api.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Authorization",
              "value": "Bearer SAMPLE-ACCESS-TOKEN-NOT-A-REAL-CREDENTIAL"
            }
          ],
          "queryString": [],
          "headersSize": 186,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ],
          "content": {
            "size": 34,
            "mimeType": "application/json",
            "text": "{\"rows\": 1280, \"truncated\": false}"
          },
          "redirectURL": "",
          "headersSize": 93,
          "bodySize": 34
        },
        "cache": {},
        "timings": {
          "blocked": 1.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.4,
          "wait": 1180.2,
          "receive": 36.8
        },
        "serverIPAddress": "203.0.113.40",
        "connection": "20120"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:24.731Z",
        "time": 5458.5,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/api/v1/report/render",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "api.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Authorization",
              "value": "Bearer SAMPLE-ACCESS-TOKEN-NOT-A-REAL-CREDENTIAL"
            }
          ],
          "queryString": [],
          "headersSize": 186,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ],
          "content": {
            "size": 34,
            "mimeType": "application/json",
            "text": "{\"rows\": 1320, \"truncated\": false}"
          },
          "redirectURL": "",
          "headersSize": 93,
          "bodySize": 34
        },
        "cache": {},
        "timings": {
          "blocked": 1.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.4,
          "wait": 5420.8,
          "receive": 36.1
        },
        "serverIPAddress": "203.0.113.40",
        "connection": "20120"
      }
    ]
  }
}
