Get job status
GET/v1/jobs/:job_id
Retrieve the current status of a processing job by its ID.
The job_id is obtained when submitting a valuation report (POST /valuations).
Request
Responses
- 200
- 401
- 404
- default
A successful response.
Missing or invalid authentication
Job not found
An unexpected error response.