---
title: "Get Order Details"
method: GET
path: "/publications/order/{orderId}"
tags: ["Publications"]
---

# Get Order Details

`GET /publications/order/{orderId}`

Retrieve details and download URLs for a specific order by its ID.

## Path parameters

- `orderId` integer, required

## Response `200`

Order details retrieved successfully

- OrderInfo
  - `companyId` integer
  - `accountId` integer
  - `userId` integer
  - `orderId` integer
  - `randomId` integer
  - `orderDateUtc` string, date-time
  - `standardNumber` string, nullable
  - `standardNumber2` string, nullable
  - `publicationName` string, nullable
  - `publicationYear` string, nullable
  - `volume` string, nullable
  - `issue` string, nullable
  - `pages` string, nullable
  - `authors` string, nullable
  - `documentTitle` string, nullable
  - `doi` string, nullable
  - `pubMedId` string, nullable
  - `archiveId` string, nullable
  - `statusId` integer, nullable
  - `status` string, nullable
  - `subStatusId` integer, nullable
  - `subStatus` string, nullable
  - `pdfPresignedUrl` string, nullable
  - `supplementalPresignedUrl` string, nullable
  - `rentalViewerUrl` string, nullable

## Other responses

- `403` — Unauthorized access to order
- `404` — Order not found
- `410` — Order has been cancelled

---

[API](https://skmtc.net/researchsolutions/apis/article-galaxy-api.md) · [All operations](https://skmtc.net/researchsolutions/apis/article-galaxy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/researchsolutions/article-galaxy-api/revisions/70fb92d278f5/schema)
