Automation
Describe Script Job
View script job details.
get/operation/automation/scripts/{tenant_id}/get/{script_job_id}
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
script_job_idstring required
ID of the script_job. This can be fetched from listScriptJobs API/scriptExecute response
Response
Success
Example response
{
"job_info": {
"script_info": {
"parameter_source": "script"
}
}
}