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

# Get Order URLs

`GET /publications/order/{orderId}/urls`

Retrieve download URLs for a specific order by its ID.

## Path parameters

- `orderId` integer, required

## Response `200`

Order URLs retrieved successfully

- OrderDownloadUrls
  - `pdfPresignedUrl` string, nullable
  - `supplementalPresignedUrl` string, nullable
  - `rentalViewerUrl` string, nullable

---

[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)
