v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBcontentManagement
Content export job status.
Get the status of an asynchronous content export request for the given job identifier. On success, use the getExportResult endpoint to get the result of the export job.
get/v2/content/{contentId}/export/{jobId}/status
Path parameters
contentIdstring required
The identifier of the exported content item.
jobIdstring required
The identifier of the asynchronous export job.
Headers
isAdminModestring
Set this to "true" if you want to perform the request as a Content Administrator.
Response
The status of the export job.
Example response
{
"status": "Success",
"statusMessage": ""
}