Skip to main content
GET
Fetch async batch results

Overview

Returns the per-row predictions for a completed asynchronous batch. Rows for batches still in progress return once the batch reaches a terminal state — check status first.

Authorizations

Authorization
string
header
required

Morph API key, passed as Authorization: Bearer sk-.... Create keys at https://www.morphllm.com/dashboard/api-keys.

Path Parameters

batch_id
string
required

The batch to read results from, once its rows have drained. Batch whose rows you want back.

Example:

"rbatch-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"

Response

Batch results.

Async batch status plus a per-row results array.

id
string
required

Identifier of the batch these results belong to.

Example:

"rbatch-a1b2c3d4-5e6f-7a8b-9c0d-1e2f3a4b5c6d"

object
string
required

Object type, always reflex.batch.results.

Example:

"reflex.batch.results"

status
string
required

Status of the batch at the time you fetched the results.

Example:

"completed"

request_counts
object
required

Final tally of the batch once it has drained.

Example:
results
object[]
required

One entry per uploaded row, keyed by your id, returned as inline JSON.

Example: