What's the URL pattern for the XML version of Content Breakdown

Let’s say you have a URL like

http://www.webpagetest.org/result/WPT-ID/1/breakdown/

How do you get the result in XML format? Normally I’d replace result with xmlResult, but that doesn’t work for content breakdown.

Thanks,
Jeff

Try this:

http://www.webpagetest.org/xmlResult/<ID>/?breakdown=1

Just added it (domains=1 and requests=1 add more data as well). It’s expensive to calculate which is why they aren’t on by default.