appManagement
App install job status.
Get the status of an asynchronous app install request for the given job identifier.
get/v1/apps/install/{jobId}/status
Path parameters
jobIdstring required
The identifier of the asynchronous install job.
Response
The status of the app install job.
Example response
{
"status": "Success",
"statusMessage": ""
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.