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 listproperty_id— echoed from the submission if providedstatus—"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
- 200
- 404
- 422
- 500
Successful Response
Job not found
Validation Error
Internal server error