hcp_list_events
List Housecall Pro events incrementally. Pass last_polled_at to fetch only new events, with automatic pagination up to 50 per page.
Instructions
List events with incremental polling. Auto-paginates unless explicit page is set. Max page_size is 50 (HCP limit). Use last_polled_at (ISO 8601) for incremental consumption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| page_size | No | ||
| last_polled_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| error | No | ||
| success | Yes | ||
| metadata | Yes |