Automation
View Template Job
View Template job details
get/operation/automation/template/{tenant_id}/get/{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.
job_idstring required
ID of the template_job. This can be fetched from listTemplateJobs API response
Response
Success
Example response
{
"status": "CANCELED",
"execution_type": "on_demand",
"resources": [
{
"status": "CANCELED"
}
]
}