Get a batch job
GET
/lang2fhir/batch/{job_id}Returns a job's record, its per-status item counts, and one page of per-item statuses.
Items 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.
RequiresBearerauthentication
Path parameters
job_idstringrequiredQuery parameters
cursorstringoptionalOpaque pagination cursor from a previous page's next_cursor.
limitintegeroptionaldefault 20Page size for the item-status page. Defaults to 20; values above 100 are clamped to 100.
Returns
The job record, counts, and a page of item statuses
Response fields
job_idstringoptionalrequest_idstringoptionalstatusstringoptionalfinalizedbooleanoptionaltotal_itemsintegeroptionalerrorobjectoptionalkindstringoptionalmessagestringoptionalcreated_atstringoptionalupdated_atstringoptionalcompleted_atstringoptionalexpires_atstringoptionalcountsobjectoptionaltotalintegeroptionalpendingintegeroptionalprocessingintegeroptionalsucceededintegeroptionalfailedintegeroptionalitemsarray<object>optionalitem_idstringoptionalidstringoptionalstatusstringoptionalattemptsintegeroptionaldetect_retriesintegeroptionalresult_sizeintegeroptionalerrorobjectoptionalkindobjectoptionalmessageobjectoptionalcompleted_atstringoptionalnext_cursorstringoptionalhas_morebooleanoptionalGETRequest
200 OKExample Response