I have successfully used the API to read schedule and job descriptors, but I am trying to read the job data. The API documentation says that when reading job data the Content-type is application/octet-stream which is ultimately binary data. How can I actually read this when all the other responses are content-type: application/json?
What file extension will let me read the binary data? Or is there a way to convert it after receiving the response? What is the correct format for the octet-stream? The API documentation does not say.