How do I detect which page I’m on within a paginated post?

The pagination query var on singular posts is page, not paged.

echo get_query_var( 'page' );

File not found.