I'm relatively new to the notion API - as far as I can tell there's no straightforward way to do what I want, but thought I'd ask in case I've missed something.
As the question title suggests, I want to be able to query a notion page and get its full contents as HTML, rather than having to parse each block. Is there any way to do this?
I thought, given notion exports to html, there'd be a method inbuilt to the api, but it appears not. The only solution I've found requires the database to be public, which doesn't really suit my needs.