Get OPA policy by ID
opa_get_policyFetches a single policy by ID from a running OPA server. Use it to retrieve policy definitions for review or debugging.
Instructions
Fetch a single policy by ID from the running OPA server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Policy ID, e.g. "rbac" or "policies/auth/main". |