Skip to main content

Batch Job Status

GET 

/v1/avm/batch/:job_id

Poll the status of an async batch valuation job.

While processing: returns status, completed, failed, and progress_pct.

When complete: also returns the full results array, one entry per input property in the original submission order. Each entry contains:

  • index — zero-based position in the input list
  • property_id — echoed from the submission if provided
  • status"complete" or "error"
  • data — full AVM response payload (when status is "complete")
  • error — error message (when status is "error")

If a notify_url was provided at submission, webhook_delivered indicates whether the POST callback succeeded.

Request

Responses

Successful Response