JSON outputs from Backend

We see that your release of the REST API allows for backend access to the model without running a live instance, we can successfully download outputs from the configurations running the model “headless”. However we are wondering if we can also access any JSON component outputs? We have not seen an explicit documentation either confirming or denying this aspect of the backend. Please let us know if this a function, if so how to access, and if not if this is being added in the near future?

Thanks!

You can access the JSON with the data output component. Simply feed it to the data output, name it for example “JSONout” and access it with the API call below. More on getting scene assets is on this documentation page.

api.scene.get({name:"JSONout"},"CommPlugin_1").data[0].content[0].data