access component rendering conditions via the API

Oh! In that case, you might want to check out “View XML” on the bottom right of the page builder.

Then you can parse the xml directly for any render conditions. The only things I’d look out for are components that don’t have rendered xml until the page itself is rendered (like custom components, or even standard components that are created in javascript).

But this will work for any render conditions that were set in the page builder.