action openpolicy_get_config { label: "Get configurations" description: "This API endpoint responds with active configuration (result response)\n\n---\n**Note**\nThe `credentials` field in the `services` configuration and\n\nThe `private_key` and `key` fields in the `keys` configuration will be omitted from the API response\n\n---" provider: openpolicy method: GET path: "/v1/config" encoding: json output: { type: "object" additionalProperties: true } }