v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBcontentManagement
Content copy job status.
Get the status of the copy request with the given job identifier. On success, field statusMessage will contain identifier of the newly copied content in format: id: {hexIdentifier}.
get/v2/content/{id}/copy/{jobId}/status
Path parameters
idstring required
The identifier of the content which was copied.
jobIdstring required
The identifier of the asynchronous copy request job.
Headers
isAdminModestring
Set this to "true" if you want to perform the request as a Content Administrator.
Response
The status of the content copy job.
Example response
{
"status": "Success",
"statusMessage": ""
}