Incremental sync delta
zotero_syncRetrieve changes in a Zotero library since a specific version for efficient incremental sync. Get keys of updated items, collections, searches, and tags, plus deleted keys.
Instructions
Return what changed in a library since a given version, for efficient incremental sync. Provide since (a library version; 0 = everything). Returns, per object type (items/collections/searches/tags), the map of keys→version that changed after since, plus the deletion log (keys removed since since). This is the version-based delta the Zotero sync algorithm uses — fetch the changed keys, then pull only those with zotero_get_item/zotero_search_items. Reads via the cloud Web API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Library version to diff from (default 0). | |
| types | No | Which object types to check (default all). | |
| library_id | No | ||
| library_type | No | ||
| include_deleted | No | Include the deletion log (default true). |