Guardrails
Describe Policy
Describe the already created Polices
get/governance/guardrails/{tenant_id}/policies/{policy_id}
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
policy_idstring required
Specify the policy id to execute, policy id can be obtained from the list policy api
Response
Success
Example response
{
"scope": "private",
"severity": "critical"
}