GET /api/v1/bd/jobs/{job_id}
Fetch the current status and progress of a BD job. Poll this endpoint until status is "completed", "failed", or "cancelled".
Path parameters
UUID of the BD job from
POST /api/v1/bd/jobs.Response
UUID of the job.
Current status:
"pending", "running", "completed", "failed", or "cancelled".Completion percentage (0–100).
Human-readable description of the current stage.
The preset used for this job.
Capabilities resolved at planning time.
Non-fatal warnings raised during execution.
Set when
status is "failed". Describes what went wrong.ISO 8601 timestamp when the job was created.
ISO 8601 timestamp of the last status update.
ISO 8601 timestamp when the job began executing.
null when still pending.ISO 8601 timestamp when the job finished.
null while running.Example
cURL
Response (running)
Response (completed)