find-restart
(find-restart identifier [condition])
Returns the innermost active restart named identifier (symbol or keyword) as a first-class restart object, or nil when none is active; a restart object passes through unchanged. The object can be passed to invoke-restart and read with restart-name. Lite: the optional condition argument is accepted and ignored (restarts are not associated with conditions).