I would use the job-id returned in API responses to track the progress of a job. With the switchover to uuids all async APIs return a jobid as uuid. The logs however do not have this uuid making it hard to track a failed job and extract the stacktrace.
What's the suggested way to workaround/fix this? (PS: I know I can query the async_job table) -- Prasanna.,