v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Guardrails

List of policy job details

Returns a list of job execution details for given policy job ids

post/v1/policies/policy_jobs/batch

Request body

policy_job_idsstring[] required

Unique IDs of Policy Jobs

Response

Success

job_idstring required

Job Id

namestring required

Name of the Job

status'COMPLETED' | 'FAILED' | 'IN_PROGRESS'

Status of policy job execution

status_reasonstring required

Reason for the job status

enginestring required

Policy engine used for job execution

argumentsstring required

arguments provided for job execution

cloud_accountsstring required

Cloud account used for job execution

execution_typestring required

Policy execution type can be on demand or scheduled

created_bystring required

Policy Job created by

created_atstring required

Policy Job create time in UTC

updated_bystring required

Policy Job updated by

updated_atstring required

Policy Job update time in UTC

tenant_namestring required

tenant name where job was created

tenant_idstring

Tenant ID

policy_idstring required

Policy id of the Policy executed

policy_namestring required

Policy id of the Policy executed

Example response

[
  {
    "status": "COMPLETED"
  }
]