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