---
title: "Get a conversation export"
method: GET
path: "/conversations/{conversationId}/export/{conversationExportId}"
tags: ["Conversation Exports"]
---

# Get a conversation export

`GET /conversations/{conversationId}/export/{conversationExportId}`

Retrieve an export of a conversation.

## Path parameters

- `conversationExportId` string, required
- `conversationId` string, required

## Response `200`

OK

- PAConversationExportResponseDTO
  - `id` string — The ID of the conversation export
  - `start` string, date-time
  - `end` string, date-time
  - `link` object, nullable — The downloadable link for the export when it is available
    - `url` string — The download URL of the export file
    - `valid_until` string, date-time
  - `status` 'pending' | 'done' | 'failed'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/superchat/apis/superchat-api.md) · [All operations](https://skmtc.dev/superchat/apis/superchat-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/superchat/superchat-api/revisions/3bc557a0072f/schema)
