Get Published Journal Version
biorxiv_get_published_versionResolve a preprint DOI to its full journal publication record — journal DOI, journal name, published date, and corresponding author details. Use when the preprint's publishedJournalDoi field from biorxiv_get_preprint is present and you need the full crosswalk metadata. bioRxiv and medRxiv share the 10.1101/ DOI prefix, so server="both" (the default) checks both in parallel and the response reports which server answered. Returns a not-found error when no attempted server holds a published record — check biorxiv_get_preprint if you need to confirm the preprint is published at all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes | Preprint DOI to resolve (e.g. 10.1101/2024.01.15.575123 or 10.64898/2026.05.07.723463). | |
| server | No | Server the preprint was posted on. "both" (default) checks bioRxiv and medRxiv in parallel — use it when the DOI alone does not tell you which server holds the preprint. | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the call failed. Absent on success. | |
| server | No | The server that returned this published record — never "both". | |
| preprintDoi | No | The preprint DOI that was resolved. | |
| preprintDate | No | Date the preprint was first posted. | |
| publishedDoi | No | The journal publication DOI. | |
| preprintTitle | No | Title of the preprint. | |
| publishedDate | No | Journal publication date (YYYY-MM-DD). | |
| preprintAuthors | No | Preprint author list. | |
| preprintAbstract | No | Preprint abstract. | |
| preprintCategory | No | Subject category. | |
| publishedJournal | No | Name of the publishing journal. | |
| preprintAuthorCorresponding | No | Corresponding author name. | |
| preprintAuthorCorrespondingInstitution | No | Corresponding author institution. |