Skip to main content
GET
Retrieve clone status

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

campaignGuid
string
required

The unique identifier (GUID) of the new campaign returned by the clone endpoint.

Response

successful operation

campaignGuid
string
required

The unique identifier for the newly cloned campaign.

status
enum<string>
required

The status of the cloning operation. Valid values include 'PENDING', 'COMPLETE', 'FAILED', and 'PARTIAL_FAILURE'.

Available options:
COMPLETE,
FAILED,
PARTIAL_FAILURE,
PENDING
Last modified on August 3, 2026