Check A Consented Property
fairpath_check_propertyLook up a homeowner-provided address and return bounded property context. This requires explicit address consent, creates a private audit record, and may create or reuse short-lived scoped session and consent records. It does not expose owner, payment, or raw county records or change an external system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | The homeowner-provided property address to check. | |
| context | No | ||
| consentedAt | Yes | When the homeowner explicitly approved this address lookup. | |
| consentEvidenceId | Yes | Opaque, non-PII id for the client-side consent event. FairPath stores only its hash. | |
| addressConsentGranted | Yes | Must be true only after the homeowner explicitly consents to address lookup. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| redaction | Yes | ||
| sourcesUsed | Yes | ||
| directAnswer | Yes | ||
| evidenceGaps | Yes | ||
| countyCaveats | Yes | ||
| confidenceLevel | Yes | ||
| complianceFooter | Yes | ||
| informationPosture | No | Transitional compatibility field: current broker responses include it, while older broker deployments may omit it during the coordinated rollout. | |
| countyKnowledgeDensity | No | ||
| nextAvailableFairPathAction | Yes |