listEvents
Fetch events from FUB using filters for person, type, property address, and pagination controls.
Instructions
List events from FUB. Filter by personId, type, property address, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next | No | Cursor for next page of results | |
| type | No | Filter by event type | |
| limit | No | Maximum number of results to return | |
| offset | No | Offset for pagination | |
| personId | No | Filter by person ID | |
| hasProperty | No | Filter events that have property data | |
| propertyAddress | No | Filter by property address |