v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBcontentManagement
Content import job status.
Get the status of a content import job for the given job identifier.
get/v2/content/folders/{folderId}/import/{jobId}/status
Path parameters
folderIdstring required
The identifier of the folder to import into.
jobIdstring required
The identifier of the import request.
Headers
isAdminModestring
Set this to "true" if you want to perform the request as a Content Administrator.
Response
The status of the import job.
Example response
{
"status": "Success",
"statusMessage": ""
}