v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBfolderManagement
Get Admin Recommended folder job status
Get the status of an asynchronous Admin Recommended folder job for the given job identifier. If job succeeds, use Admin Recommended Job Result endpoint to fetch top-level content items in Admin Recommended folder.
get/v2/content/folders/adminRecommended/{jobId}/status
Path parameters
jobIdstring required
The identifier of the asynchronous Admin Recommended folder job.
Response
Asynchronous Admin Recommended folder job status.
Example response
{
"status": "Success",
"statusMessage": ""
}