List a batch job's results

A lighter status page. Returns the same per-item status entries as
GET /lang2fhir/batch/{job_id}, but without the job record or counts,
and the entries carry result_size rather than any result content. Use
each entry's item_id to fetch that item's result from
GET /lang2fhir/batch/{job_id}/results/{item_id}.

Entries are listed in a stable order that is not upload order and is
the same across pages. Match each entry to your own records by its id
(your correlation label) or item_id (from the upload response),
never by position.

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

Opaque pagination cursor from a previous page's next_cursor.

integer
≤ 100
Defaults to 20

Page size. Defaults to 20; values above 100 are clamped to 100.

Responses

400

Invalid request (e.g. non-integer limit or malformed cursor)

401

Unauthorized

404

Batch job not found

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