eds_bulk_preview
Initiate asynchronous bulk preview for multiple pages in a single call, returning a job handle for progress tracking. Ideal for section updates and content migrations.
Instructions
Start an asynchronous bulk preview job over many pages in one call. Returns a job handle immediately; poll eds_get_job_status for progress. Use for section updates or content migrations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Array of page paths to preview (e.g., ["/blog/post-1", "/blog/post-2"]) | |
| forceUpdate | No | Re-process every path even if unchanged (default: only new/modified) |