---
title: "Download original CAD file"
method: GET
path: "/cads/{cadId}/states/{cadStateId}/downloadoriginal"
tags: ["CADs"]
---

# Download original CAD file

`GET /cads/{cadId}/states/{cadStateId}/downloadoriginal`

Get a temporary link to download the originally imported CAD file.

## Response `200`

Successful operation.

- DownloadOriginalCadResponse
  - `url` string — The temporary url for downloading the the originally imported CAD file.
  - `urlExpiresAt` string — Expiration timestamp of the URL. Note that this timestamp is not a guarantee, if the url expired prematurely, please retry this request to get a new one.

## Other responses

- `400` — Bad request.
- `403` — Insufficient Permissions
- `404` — Not found.

---

[API](https://skmtc.net/simscale/apis/simscale-api.md) · [All operations](https://skmtc.net/simscale/apis/simscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simscale/simscale-api/revisions/53223abaceb7/schema)
