v6

latestOpenAPI 3.1.02026-08-04135335658.3 KB
Workflows

Clone Workflow Endpoint

Endpoint to clone a workflow, optionally including specific versions.

post/workflows/v1/workflows/{workflow_id}/clone

Path parameters

workflow_idstring required
Example:5eb7cf5a86d9755df3a6c593

Request body

namestring nullable

Name of the cloned workflow

descriptionstring nullable

Description of the cloned workflow

clone_all_versionsboolean

Whether to clone all versions

version_numbers_to_cloneinteger[]

List of specific version numbers to clone

fallback_active_versioninteger nullable

Version number to set as active if the original active version is not in the cloned versions

Response

Successful Response

execution_urlstring nullable

Public endpoint to execute this workflow