GET /download/order/{orderId}
Get a download order given its orderId. Only the user that created the order can get it.
Resource URL
https://repo-prod.prod.sagebase.org/file/v1/download/order/{orderId}
Resource URL Variables
| {orderId} | The ID of the download order to fetch. |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view , download |
| HTTP Method | GET |
| Request Object | None |
| Response Object | DownloadOrder (application/json) |