---
title: "Start Export Conversations"
method: POST
path: "/v1/conversations/export"
tags: ["conversations"]
---

# Start Export Conversations

`POST /v1/conversations/export`

Start an async conversation export job. Returns a job ID to poll for status.
Provide either `start_date`+`end_date` (bulk export) or `lead_id` (single conversation).

## Query parameters

- `start_date` string, date-time, nullable — Start of the date range (ISO 8601)
- `end_date` string, date-time, nullable — End of the date range (ISO 8601)
- `lead_id` string, nullable — Export a single conversation by lead ID

## Response `200`

Successful Response

- ExportJobStartResponse
  - `JobID` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/orsay/apis/fastapi.md) · [All operations](https://skmtc.net/orsay/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orsay/fastapi/revisions/23d1ff06d0d0/schema)
