---
title: "Create a conversation export"
method: POST
path: "/conversations/{conversationId}/export"
tags: ["Conversation Exports"]
---

# Create a conversation export

`POST /conversations/{conversationId}/export`

Creates a conversation export job

## Path parameters

- `conversationId` string, required

## Request body

- PACreateConversationExportDTO
  - `start` string, date-time, nullable — The start time of the export range
  - `end` string, date-time, nullable — The end time of the export range

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

- `400` — Bad Request
- `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)
