Reject Deep Pagination on Incremental Sync

  • Incremental sync requests (those using a syncToken) on paginated list endpoints such as application.list and candidate.list are now limited to a maximum number of pages. If the limit is exceeded, the API returns an incremental_sync_too_large error. Clients that receive this error should discard their current syncToken and perform a full sync instead.
  • See the updated Pagination and Incremental Synchronization guide for details.