I am using the annotation call with an outputUri to store the json file with the annotations (this can be 100s of MB)
How can I know the the job is finished without getting the progress response with the whole stored file also in the response?
I cannot see how to do this and it seems I cannot make a range request to the progress either.
Thanks