Guardrails
Describe Policy Job Details
Retrieve policy job details using the unique job id, this can be used to check the status of the policy execution or any failure :param tenant_id: :param job_id: :return:
get/governance/guardrails/{tenant_id}/policy_jobs/{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
Specify the job id to retrieve details of policy execution, job id is unique can be obtained from the execute policy response
Response
Success
Example response
{
"status": "COMPLETED"
}