answer.text · answer.markdown · answer.blocksThe full AI Mode answer as rendered — typically longer and more structured than an Overview — normalized into typed blocks.
evidence.sources[]The links AI Mode surfaces alongside and inside its answer, with roles and cited booleans.
evidence.fanOutAI Mode is fan-out-heavy by design: the sub-queries observed on the page, provenance-marked observed vs inferred.
provenanceconsumer_ui fidelity, requested-vs-effective region, surfacePresent, stop reason — the capture self-describes.
job.artifactsScreenshot + proof-of-page HTML + raw capture in R2, retained durably.
Envelope excerpt — google_ai_mode
{
"job": {
"id": "job_e19b3fa2.google_ai_mode.own-fleet.US",
"surface": "google_ai_mode",
"method": "own-fleet",
"status": "completed",
"warnings": [],
"artifacts": {
"screenshotKey": "shots/2026/06/30/job_e19b3fa2.png",
"proofHtmlKey": "proof/2026/06/30/job_e19b3fa2.html",
"rawKey": "raw/2026/06/30/job_e19b3fa2.json"
}
},
"provenance": {
"acquisition": "own-fleet",
"fidelity": "consumer_ui",
"surfacePresent": true,
"region": { "requested": "US", "effective": "US" }
},
"answer": { "text": "…", "markdown": "…", "blocks": [ … ] },
"evidence": {
"sources": [
{ "id": 0, "url": "https://…", "title": "…",
"role": "cited", "cited": true },
{ "id": 1, "url": "https://…", "title": "…",
"role": "retrieved", "cited": false }
],
"fanOut": { "provenance": "observed",
"queries": ["…", "…", "…"] }
}
}