Request
Response
Trust content_ok over status
Some sites answer with a non-200 while still serving a complete document, and some serve a
soft-block page with a 200. content_ok is the signal that reconciles both.
blocked result actually carried real content, it flips the status and
records the original in status_reconciled.
Examples
Use async mode for slow pages
A synchronous fetch that outruns its deadline returns504. For slow sites, set
async_mode: true to get a job_id back immediately, then poll it as described in
Async jobs.
Recording a replay
Setrecord: true and the response carries replay_url. Replays covers
how to play one back.