{
  "version": "2.0.0",
  "property": "https://example-store.test/",
  "search_type": "web",
  "filters": [],
  "reporting_timezone": "America/Los_Angeles",
  "windows": {
    "current": {
      "start": "2026-08-18",
      "end": "2026-09-14"
    },
    "previous": {
      "start": "2026-07-21",
      "end": "2026-08-17"
    }
  },
  "files": {
    "current.csv": {
      "window": "current",
      "dimensions": [
        "query",
        "page",
        "device"
      ],
      "rows": 72
    },
    "previous.csv": {
      "window": "previous",
      "dimensions": [
        "query",
        "page",
        "device"
      ],
      "rows": 72
    },
    "current_pages.csv": {
      "window": "current",
      "dimensions": [
        "page"
      ],
      "rows": 8
    },
    "previous_pages.csv": {
      "window": "previous",
      "dimensions": [
        "page"
      ],
      "rows": 8
    }
  },
  "completed": true,
  "status": "complete",
  "error": null,
  "note": "SYNTHETIC: written by hand for the demonstration run, not returned by the API. Pagination collects the rows the API exposes; it does not recover anonymized queries or guarantee a complete query table."
}