Get one batch item's result

Streams one item's stored result bytes verbatim as application/json.
The body is the response the item's synchronous multi endpoint would have
returned — a DocumentMultiResponse for a document item or a
CreateMultiResponse for a create item.

Only a succeeded item has a result: an item that has not succeeded
(pending, processing, or failed) is a 409, and a result that has
expired is a 404.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Responses

400

Invalid request (e.g. empty item_id)

401

Unauthorized

404

Batch job or item not found, or the result has expired

409

The item has not succeeded, so it has no result to serve

499

Client closed request before response was ready

500

Server error

504

Request timed out

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json