---
title: "List Export Formats"
method: GET
path: "/v1/export/formats"
tags: ["Emails"]
---

# List Export Formats

`GET /v1/export/formats`

Get available export formats

## Response `200`

Available export formats retrieved

- ApiResponseExportFormats
  - `success` boolean, required
  - `data` object, nullable
    - `formats` ExportFormat[], required — Available export formats
      - `name` string, required — Format name
      - `description` string, required — Format description
      - `supportedFormats` string[], required — Supported file formats
      - `type` 'simple' | 'complex', required — Export complexity type
    - `total` integer, required — Total number of available formats
  - `error` string, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/migma/apis/migma-ai-api-v1.md) · [All operations](https://skmtc.net/migma/apis/migma-ai-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/migma/migma-ai-api-v1/versions/3f3dba69574b/schema)
