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

# Export Conversations

`POST /conversations/export`

This endpoint consumes **1 Apollo credit per conversation** if the exported conversation has AI insights. Conversations without AI insights consume **0 credits**. Learn more about [API pricing and credits](https://docs.apollo.io/docs/api-pricing).

<a href="https://knowledge.apollo.io/hc/en-us/articles/45998035787533-Use-Conversations">Conversations</a> are prospect video meetings stored in Apollo.<br><br>Use the Export Conversations endpoint to export conversations within a time range. Exports are processed asynchronously and delivered as a gzipped JSON file. A notification email is sent to the specified team member when the export is ready.<br><br>To get the download URL once the export is ready, refer to <a href="https://docs.apollo.io/docs/get-conversations-export">Get Export</a>.

## Request body

- object
  - `start_time` string, required — Start of the export time range (ISO 8601). Apollo uses Greenwich Mean Time (GMT) for all date and time values. Must be earlier than <code>end_time</code>.<br><br>Example: <code>2024-01-01T00:00:00Z</code>
  - `end_time` string, required — End of the export time range (ISO 8601). Apollo uses Greenwich Mean Time (GMT) for all date and time values. Must be later than <code>start_time</code>.<br><br>Example: <code>2024-03-31T23:59:59Z</code>
  - `email` string, required — Email address of a valid team member to notify when the export is ready.

## Response `200`

200

- object
  - `export_url` string
  - `export_id` string

## Other responses

- `404` — 404
- `422` — 422

---

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