v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBfolderManagement
Get Global View job status
Get the status of an asynchronous Global View job for the given job identifier. If job succeeds, use Global View Result endpoint to fetch all content items that you have permissions to view.
get/v2/content/folders/global/{jobId}/status
Path parameters
jobIdstring required
The identifier of the asynchronous Global View job.
Response
Asynchronous Global View job status.
Example response
{
"status": "Success",
"statusMessage": ""
}