---
title: "Trigger an export for a simulation result"
method: POST
path: "/projects/{projectId}/export"
tags: ["Export"]
---

# Trigger an export for a simulation result

`POST /projects/{projectId}/export`

## Request body

- CreateExportRequest
  - `resultId` string, uuid, required — The result to be exported
  - `format` string, required — The format to export to

## Response `202`

Export successfully triggered

- CreateExportResponse
  - `exportId` string, uuid
  - `resultId` string, uuid — The result to be exported
  - `format` string — The format to export to
  - `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
  - `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)
