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