Reject Deep Pagination on Incremental Sync
about 1 month ago
- Incremental sync requests (those using a
syncToken) on paginated list endpoints such asapplication.listandcandidate.listare now limited to a maximum number of pages. If the limit is exceeded, the API returns anincremental_sync_too_largeerror. Clients that receive this error should discard their currentsyncTokenand perform a full sync instead. - See the updated Pagination and Incremental Synchronization guide for details.

