How to recover the post ID earlier in the WP admin hook action “firing” sequence?

If you’re talking about on post pages in admin, couldn’t you just grab id from url?

$post_id = $_REQUEST['post'];