action keycloak_get_realm { label: "Get the top-level representation of the realm It will not include nested information like User and Client representations." provider: keycloak method: GET path: "/{realm}" encoding: json output: { type: "object" additionalProperties: true } }