Streams newline-delimited JSON (NDJSON) result lines for a terminal batch prediction. Read the response body line-by-line and JSON parse each non-empty line. Results are retained for a limited window after batch creation; after cleanup, this endpoint returns 410 Gone.
Documentation Index
Fetch the complete documentation index at: https://developers.datagrid.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the batch prediction whose results should be streamed.
Batch prediction result stream
One NDJSON result line for a submitted batch item.
The object type, which is always batch_prediction.result.
batch_prediction.result The batch prediction id.
The caller-defined item id from the create request.
Terminal status for an individual result line.
succeeded, errored, canceled, expired The model output when status is succeeded; otherwise null.
Problem details when status is errored, canceled, or expired; otherwise null.