Open
Description
Summary
I can't find any way to get the current status of a job kicked off by archive.stream_to_device
, it'd be really nice to have a method like archive.job_status(jobId)
Proposed API
sdk.archive.job_status(jobId)
you pass it a jobId from a previous archive.stream_to_device()
call, and it returns a response with the same json blob or better as the stream_to_device result does.
Intended Use Case
Allow scheduled jobs to check the status of an initiated restore.