{
  "log": {
    "version": "1.2",
    "creator": { "name": "Chrome DevTools", "version": "126.0" },
    "browser": { "name": "Chrome", "version": "126.0.6478.62" },
    "pages": [
      {
        "id": "page_1",
        "title": "Example Dashboard",
        "startedDateTime": "2026-08-20T14:32:05.000Z",
        "pageTimings": { "onContentLoad": 412, "onLoad": 689 }
      }
    ],
    "entries": [
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-20T14:32:05.012Z",
        "time": 184,
        "request": {
          "method": "GET",
          "url": "https://app.example.com/dashboard",
          "httpVersion": "HTTP/2",
          "cookies": [{ "name": "session", "value": "eyJhbGciOiJIUzI1NiJ9.EXAMPLE-SESSION-TOKEN" }],
          "headers": [
            { "name": "Accept", "value": "text/html,application/xhtml+xml" },
            { "name": "Cookie", "value": "session=eyJhbGciOiJIUzI1NiJ9.EXAMPLE-SESSION-TOKEN" },
            { "name": "User-Agent", "value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) Chrome/126.0" }
          ],
          "queryString": [],
          "headersSize": 512,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/2",
          "cookies": [],
          "headers": [
            { "name": "content-type", "value": "text/html; charset=utf-8" },
            { "name": "cache-control", "value": "no-cache" },
            { "name": "content-encoding", "value": "br" }
          ],
          "content": {
            "size": 42112,
            "mimeType": "text/html",
            "text": "<!doctype html><html><head><title>Example Dashboard</title></head><body>…</body></html>"
          },
          "headersSize": 468,
          "bodySize": 42112,
          "_transferSize": 15940
        },
        "cache": {},
        "timings": { "blocked": 2, "dns": 4, "connect": 18, "ssl": 28, "send": 1, "wait": 102, "receive": 29 },
        "serverIPAddress": "93.184.216.34"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-20T14:32:05.204Z",
        "time": 102,
        "request": {
          "method": "POST",
          "url": "https://api.example.com/v1/login",
          "httpVersion": "HTTP/2",
          "cookies": [],
          "headers": [
            { "name": "Accept", "value": "application/json" },
            { "name": "Content-Type", "value": "application/json" },
            { "name": "Origin", "value": "https://app.example.com" }
          ],
          "queryString": [],
          "postData": {
            "mimeType": "application/json",
            "text": "{\"username\":\"demo@example.com\",\"password\":\"hunter2-EXAMPLE\"}"
          },
          "headersSize": 488,
          "bodySize": 62
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/2",
          "cookies": [{ "name": "session", "value": "eyJhbGciOiJIUzI1NiJ9.EXAMPLE-SESSION-TOKEN" }],
          "headers": [
            { "name": "content-type", "value": "application/json; charset=utf-8" },
            { "name": "set-cookie", "value": "session=eyJhbGciOiJIUzI1NiJ9.EXAMPLE-SESSION-TOKEN; HttpOnly; Secure; SameSite=Lax" }
          ],
          "content": {
            "size": 41,
            "mimeType": "application/json",
            "text": "{\"ok\":true,\"userId\":\"u_10293\"}"
          },
          "headersSize": 402,
          "bodySize": 41,
          "_transferSize": 199
        },
        "cache": {},
        "timings": { "blocked": 1, "dns": -1, "connect": -1, "ssl": -1, "send": 2, "wait": 96, "receive": 3 },
        "serverIPAddress": "93.184.216.34"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-20T14:32:05.331Z",
        "time": 67,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/v1/me",
          "httpVersion": "HTTP/2",
          "cookies": [{ "name": "session", "value": "eyJhbGciOiJIUzI1NiJ9.EXAMPLE-SESSION-TOKEN" }],
          "headers": [
            { "name": "Accept", "value": "application/json" },
            { "name": "Authorization", "value": "Bearer sk-live-EXAMPLE-9f8e7d6c5b" },
            { "name": "Cookie", "value": "session=eyJhbGciOiJIUzI1NiJ9.EXAMPLE-SESSION-TOKEN" }
          ],
          "queryString": [],
          "headersSize": 521,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/2",
          "cookies": [],
          "headers": [
            { "name": "content-type", "value": "application/json; charset=utf-8" },
            { "name": "cache-control", "value": "no-store" }
          ],
          "content": {
            "size": 118,
            "mimeType": "application/json",
            "text": "{\"id\":\"u_10293\",\"email\":\"demo@example.com\",\"name\":\"Demo User\",\"plan\":\"pro\"}"
          },
          "headersSize": 294,
          "bodySize": 118,
          "_transferSize": 156
        },
        "cache": {},
        "timings": { "blocked": 0, "dns": -1, "connect": -1, "ssl": -1, "send": 1, "wait": 64, "receive": 2 },
        "serverIPAddress": "93.184.216.34"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-20T14:32:05.498Z",
        "time": 1440,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/v1/reports/annual?year=2026",
          "httpVersion": "HTTP/2",
          "cookies": [{ "name": "session", "value": "eyJhbGciOiJIUzI1NiJ9.EXAMPLE-SESSION-TOKEN" }],
          "headers": [
            { "name": "Accept", "value": "application/json" },
            { "name": "Cookie", "value": "session=eyJhbGciOiJIUzI1NiJ9.EXAMPLE-SESSION-TOKEN" }
          ],
          "queryString": [{ "name": "year", "value": "2026" }],
          "headersSize": 476,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/2",
          "cookies": [],
          "headers": [{ "name": "content-type", "value": "application/json; charset=utf-8" }],
          "content": {
            "size": 88234,
            "mimeType": "application/json",
            "text": "{\"year\":2026,\"rows\":[\"…\"]}"
          },
          "headersSize": 213,
          "bodySize": 88234,
          "_transferSize": 24110
        },
        "cache": {},
        "timings": { "blocked": 1, "dns": -1, "connect": -1, "ssl": -1, "send": 1, "wait": 1432, "receive": 6 },
        "serverIPAddress": "93.184.216.34"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-20T14:32:06.951Z",
        "time": 44,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/v1/usage/legacy",
          "httpVersion": "HTTP/2",
          "cookies": [{ "name": "session", "value": "eyJhbGciOiJIUzI1NiJ9.EXAMPLE-SESSION-TOKEN" }],
          "headers": [
            { "name": "Accept", "value": "application/json" },
            { "name": "Cookie", "value": "session=eyJhbGciOiJIUzI1NiJ9.EXAMPLE-SESSION-TOKEN" }
          ],
          "queryString": [],
          "headersSize": 469,
          "bodySize": 0
        },
        "response": {
          "status": 404,
          "statusText": "Not Found",
          "httpVersion": "HTTP/2",
          "cookies": [],
          "headers": [{ "name": "content-type", "value": "application/json; charset=utf-8" }],
          "content": {
            "size": 52,
            "mimeType": "application/json",
            "text": "{\"error\":\"not_found\",\"path\":\"/v1/usage/legacy\"}"
          },
          "headersSize": 208,
          "bodySize": 52,
          "_transferSize": 96
        },
        "cache": {},
        "timings": { "blocked": 0, "dns": -1, "connect": -1, "ssl": -1, "send": 1, "wait": 41, "receive": 2 },
        "serverIPAddress": "93.184.216.34"
      }
    ]
  }
}
