Read data from OPA
opa_get_dataRead data from OPA's hierarchical store by specifying a dotted or slash-separated path under data..
Instructions
Read a path from OPA's data hierarchy. The path argument may be in dotted form (users.alice) or slash form (users/alice).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Data path under `data.`, e.g. "users" or "users/alice". |