action openpolicy_get_query { label: "Execute an ad-hoc query (simple)" description: "This API endpoint returns bindings for the variables in the query.\n\nFor more complex JSON queries, use `POST /v1/query` instead." provider: openpolicy method: GET path: "/v1/query" encoding: json output: { type: "object" additionalProperties: true } }