pydo.inference.get_batch_results()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
Returns short-lived presigned download URLs for the output (and optional error sidecar) of a completed batch job. If results are not yet ready, the response sets result_available: false or returns 412 Precondition Failed; in both cases, keep polling batch status and retry.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
batch_id |
string | True | The batch job identifier. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.