Replace GET /v1/batches/{id} with GET /v2/batches/{id}
The new endpoint does not include job data. Use GET /v2/jobs to retrieve batch job information.
Use GET /v2/batches/{id}/results_link to get the pre-signed URLs for downloading job results from S3.
New Behavior
Lazy Loading for batch.ordered_jobs and job.results
These data are now loaded only when accessed. This approach avoids unnecessary loading of results if they are not being used.
If you think this change might cause issues, we can revert to loading all data at once easily.
New Endpoints
New Behavior
If you think this change might cause issues, we can revert to loading all data at once easily.