action keycloak_get_realm_authentication_executions_execution_id { label: "Get Single Execution" provider: keycloak method: GET path: "/{realm}/authentication/executions/{executionId}" encoding: json output: { type: "object" additionalProperties: true } }