GET /api/v1/bd/jobs/{job_id}/result
Fetch the output assets and summary for a BD job. This endpoint is available at any job status — check status before accessing assets.
Result assets are downloaded individually via GET /api/v1/bd/jobs/{job_id}/assets/{asset_id}.
Path parameters
UUID of the BD job.
Response
UUID of the result record.
null while the job has not yet produced a result.UUID of the parent job.
Current job status:
"pending", "running", "completed", "failed", or "cancelled".Completion percentage (0–100).
Human-readable current stage description.
Aggregated delivery summary (e.g.
{ "delivered_contacts": 18, "verified_emails": 14 }).Non-fatal warnings from execution.
List of downloadable output assets.
ISO 8601 timestamp of the result record.
ISO 8601 timestamp when the job completed.
null while running.Example
cURL
Response
Downloading an asset
cURL