zendesk_incremental_tickets
Export tickets updated since a specified time using cursor-based pagination. Returns up to 1000 tickets per page; use the returned cursor for subsequent pages to sync a local dataset.
Instructions
Efficiently export tickets updated since a given time using cursor-based pagination. Returns up to 1000 tickets per page plus an after_cursor for the next page. Use start_time on the first call; pass after_cursor on subsequent calls to paginate. Best for bulk data pulls and keeping a local dataset in sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_time | No | Unix timestamp to start from. Defaults to 30 days ago. Must be at least 1 minute in the past. | |
| cursor | No | Pagination cursor from the after_cursor field of a previous response. When provided, start_time is ignored. |