Manually triggers an incremental (delta) sync for the specified cache. This syncs only the rows that have changed (inserted, updated, or deleted) since the last successful sync.
Incremental sync is faster than a full refresh because it processes only the delta. This is a one-time manual trigger that runs independently of any configured schedule. If an incremental sync is already running, this call may start a new workflow that will be queued.
Use the Get Cache Status endpoint to monitor the progress of the triggered sync. The lastIncrementalCacheExecution field in the status response will reflect the new execution.


Use the Authorization header with the value 'Bearer
The unique identifier of the project that owns the cache
The unique identifier of the cache to sync (UUID format)
Incremental sync triggered successfully.