I'm submitting jobs using FME API (v2):
/transformations/commands/submit/< repository >/< workspace >
The model writes output results to JSON file. Is it a way to get contents of the result JSON file through API request? Using this with no luck (visible log details only):
/transformations/jobs/id/< jobid >/result