Get Job Result Files
GET/jobs/:job_id/result-files
Get result files for a job, up to a maximum of size files. If next is provided (and is a
next value from a previous response), the next set of result files is returned. If next is
not provided, the first set of result files is returned.
This can be used while a job is still processing. If results are available for the requested
next value, the response will include urls that can be used to download the files and a
results_available flag set to true. If results are not yet available, the response will have
results_available set to false and no urls, and the next value will be the same as the
one requested, indicating that the client should check again later.
If the job has finished and no more files are available, the response will have next set to
null.
If the job is not found, a 404 error is returned.
Request
Responses
- 200
- 422
- 429
Successful Response
Validation Error
Too Many Requests. Wait a bit and try again.