---
title: "Get Export Status"
method: GET
path: "/v1/export/status/{conversationId}"
tags: ["Emails"]
---

# Get Export Status

`GET /v1/export/status/{conversationId}`

Check export availability for a conversation

## Path parameters

- `conversationId` string, required

## Response `200`

Export status retrieved

- ApiResponseExportStatus
  - `success` boolean, required
  - `data` object, nullable
    - `conversationId` string, required — The conversation ID
    - `canExport` boolean, required — Whether the conversation can be exported
    - `availableFormats` string[], required — Available export formats for this conversation
    - `reason` string — Reason if export is not available
  - `error` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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