Preview sync plan
preview_sync_planDry run: compute what a sync would import / export / remove for the active Space, without executing. Use before trigger_sync to see the blast radius. Honours the same campaign_ids hard scope and force as trigger_sync, and returns a planHash you can pass to trigger_sync (plan_hash) to execute exactly this plan or fail on drift. Scoped to the active Space — see set_active_space to switch, or pass space_id to override for this one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Preview re-export of in-scope campaigns even when unchanged. | |
| space_id | No | Override the active Space for this one call. Defaults to the active Space set via set_active_space (or GROWOMAT_SPACE_ID on the server). Pass to read/write a different Space without changing the session binding. | |
| platforms | No | Platform ids to preview. Omit for all connected. | |
| campaign_ids | No | Hard scope: preview ONLY these campaigns (matches a scoped trigger_sync). |