What DFX has learned since your last call
changes_sincePoll for newly learned real estate events and data since a cursor. Use with pagination to retrieve changes, filterable by event type, state, or property.
Instructions
Poll for what is NEW to you, ordered by when DFX learned it rather than by when it happened. TWO CALLS ARE REQUIRED BEFORE YOU SEE ANYTHING: the first, with no cursor, deliberately returns ZERO events and a starting position; the second, with that cursor, returns what DFX learned in between. If you want rows now rather than a subscription, call search_property_events instead. Filter by event type, state, or a specific property or parcel id. Deterministic and indexed, so it is cheap to call often. Free.
HISTORICAL FAMILIES DO FLOW THROUGH HERE. within_days on search_property_events cannot reach the past, but this tool is ordered by when DFX LEARNED a fact, not when the fact happened, so a foreclosure that occurred months ago and was ingested today arrives in today's delta. A distress or sales feed built on this works.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max 50. A full page sets `complete: false` in the envelope, which means the backlog was longer than one call: go again immediately with the returned cursor rather than waiting for your next poll interval. The cursor is the last row on the page, never the present moment, so nothing is skipped by doing so. | |
| since | No | Opaque cursor from a previous call. Omit on the first call to establish a position; that call returns no events by design. | |
| state | No | Two letter state code | |
| event_type | No | One family. Same vocabulary as search_property_events. | |
| place_dfx_id | No | Watch one property or parcel |