action keycloak_get_realm_authentication_flows_id { label: "Get authentication flow for id" provider: keycloak method: GET path: "/{realm}/authentication/flows/{id}" encoding: json output: { type: "object" additionalProperties: true } }