How do I obtain the post content via a custom meta box inside the editor?

The callback for a meta box gets the current object (post, comment, link, … depending on what you’re editing) passed as the first parameter. So in your meta box handler you can read this first argument and access it’s post_content to get the content.