// Projects

Clone a project

Clone an existing project into the same workspace.

POST/api/project/clone

Description

Creates a copy of an existing project (steps, channels, settings) inside the same workspace. The optional targetFolderId controls placement.

Parameters

NameInTypeRequiredDescription
sourceProjectId body string yes ID of the project to clone.
targetFolderId body string no Folder to place the clone in.

Errors

StatusMeaning
400 Invalid sourceProjectId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.