---
title: "Exports a project."
method: GET
path: "/projects/{projectId}/export"
tags: ["ProjectApi"]
---

# Exports a project.

`GET /projects/{projectId}/export`

## Path parameters

- `projectId` string, uuid, required

## Response `200`

OK

- ProjectExport — Represents information about a project export.
  - `estimatedImportTimeInMS` integer — Estimated time this project will take to import, can change based on network connectivity and load between source and destination regions.
  - `imageCount` integer — Count of images that will be exported.
  - `iterationCount` integer — Count of iterations that will be exported.
  - `regionCount` integer — Count of regions that will be exported.
  - `tagCount` integer — Count of tags that will be exported.
  - `token` string — Opaque token that should be passed to ImportProject to perform the import. This token grants access to import this project to all that have the token.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/azure/apis/cognitiveservices-training.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-training/versions/5e046876eb12/schema)
