crehq_locations_events
Fetch location lifecycle events since a timestamp: openings, closings, relocations, brand changes. Poll with cursor to track expansion/contraction for market monitoring and prospecting.
Instructions
Pull the cross-brand location LIFECYCLE STREAM — openings, closings, relocations, ownership/brand changes — since a timestamp. The real-time expansion/contraction signal that drives prospecting, market-monitoring, and 'who's moving right now' alerts. Returns a next-since cursor for incremental polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | ISO-8601 timestamp; returns events on/after this time. Use the returned next_since_cursor for the next poll. | |
| per_page | No | Results per page (max 200, default 50). |