download_status
Check the live progress of a background satellite scene download using its job ID, showing bytes downloaded, speed, completion percentage, per-scene results, or failure errors.
Instructions
Check a background download started by download_query (one-off).
Give the job_id from download_query. Returns the live state: running (with bytes_downloaded, mb_downloaded, rate_mb_s, percent when the total size is known, and per-scene detail), completed (with per-scene outcomes), or failed (with the error). Use this for a single progress check. To follow a job to completion without tying up the conversation, use download_wait from a delegated watcher instead. Jobs exist only while the server runs; an unknown id returns status="not_found".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |