Permit source freshness
get_permit_data_freshnessSource-freshness telemetry for the permit catalog. Returns per-jurisdiction last-verified dates, a per-jurisdiction source-health rollup (which cities have a reachable / gone / blocked official source right now), and the latest results from the weekly source-of-truth snapshot pipeline (HTTP status, change-detection vs prior fetch). Failures are classified: missing means the page is gone, blocked means the host refused our fetch and is NOT evidence the source is gone. Use to answer "how current is this fee/timeline?" or to surface confidence in a permit answer. The /permits/data-quality page exposes the same signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max snapshots to return (default 5, newest first) | |
| jurisdictionSlug | No | Optional jurisdiction filter (e.g., "seattle", "bellevue"). When omitted, returns rollup across all jurisdictions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| totals | No | ||
| coverage | No | ||
| pipeline | Yes | ||
| publicView | Yes | ||
| attribution | Yes | ||
| sourceHealth | No | ||
| jurisdictions | No | ||
| changeDetection | No | ||
| recentSnapshots | No | ||
| howToReadFailures | No |