---
title: "Get the status of the export and temporary download link to the exported object if it is done"
method: GET
path: "/projects/{projectId}/export/{exportId}"
tags: ["Export"]
---

# Get the status of the export and temporary download link to the exported object if it is done

`GET /projects/{projectId}/export/{exportId}`

## Response `200`

The status of the export and the temporary download link to the exported object if it is done

- GetExportResponse
  - `exportId` string, uuid
  - `status` string — RUNNING - Export is still in progress DONE - Export is done and ready for download FAILED - Export failed, please retry or contact support EXPIRED - Export is expired, please trigger a new export for the result
  - `url` string — The temporary url for downloading the exported result, only set when status is DONE.
  - `urlExpiresAt` string — Timestamp that the url will be expired, only set when status is DONE. Note that this timestamp is not a guarantee, if the url expired prematurely, please retry this request to get a new one.
  - `errorCode` string

## Other responses

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