Clone a workflow
Creates a new workflow by cloning an existing one. Optionally clones
into a different environment (sandbox or live) via the
target_environment body field.
Required scope: workflows:write
Creates a new workflow by cloning an existing one. Optionally clones
into a different environment (sandbox or live) via the
target_environment body field.
Required scope: workflows:write
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Response key casing. Defaults to snake.
Unique key for idempotent requests. Cached for 24 hours. Sending the
same key with different parameters returns 422.
Human-readable workflow name.
Workflow format — “steps” for legacy array format, “graph” for DAG format.