---
title: "Get the list of exports for a specific iteration."
method: GET
path: "/projects/{projectId}/iterations/{iterationId}/export"
tags: ["ProjectApi"]
---

# Get the list of exports for a specific iteration.

`GET /projects/{projectId}/iterations/{iterationId}/export`

## Path parameters

- `projectId` string, uuid, required
- `iterationId` string, uuid, required

## Response `200`

OK

- Export[]
  - `downloadUri` string — URI used to download the model.
  - `flavor` 'Linux' | 'Windows' | 'ONNX10' | 'ONNX12' | 'ARM' | 'TensorFlowNormal' | 'TensorFlowLite', nullable — Flavor of the export. These are specializations of the export platform. Docker platform has valid flavors: Linux, Windows, ARM. Tensorflow platform has valid flavors: TensorFlowNormal, TensorFlowLite. ONNX platform has valid flavors: ONNX10, ONNX12.
  - `newerVersionAvailable` boolean — Indicates an updated version of the export package is available and should be re-exported for the latest changes.
  - `platform` 'CoreML' | 'TensorFlow' | 'DockerFile' | 'ONNX' | 'VAIDK' — Platform of the export.
  - `status` 'Exporting' | 'Failed' | 'Done' — Status of the export.

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