workflowOnly: true — clone for workflow reuse only. Does not copysegmentSources or conditions, and skips copying saved-view templates.Copy of {name} - {ISO timestamp} when name is omitted.name, workflowOnly.curl --location 'https://app.highperformr.ai/api/segments//clone' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Q2 outbound campaign",
"workflowOnly": true
}'{
"data": {
"id": "seg_clone_01",
"type": "segments",
"attributes": {
"name": "Q2 outbound campaign",
"clonedFrom": "seg_4n2k8j",
"segmentSources": [],
"isDefault": false
}
}
}