Can the REST API access the Call Activity's called process instance?

How can one access the called process instances from a parent/owning process using the REST API?

You can indeed the Rest API used to query for process instances has an criteria for superProcessInstance which would get you all process instances that are a sub process of the id given. You can find more details in the docs.

Thanks, Niall. Worked great.

–Arch