I'm using read_job() API to monitor jobs' progress. This only gives me a very coarse info about the status being one of the: Submitted | In Progress | Complete | Canceled | Error.
However, I'd like to show the user a percentage or ETA when in the In Progress state. Is there any API which gives such a fine grained progress information?