---
title: "Get Conversations Export"
method: GET
path: "/conversations/export/{id}"
tags: ["Conversations"]
---

# Get Conversations Export

`GET /conversations/export/{id}`

This endpoint doesn't consume Apollo 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 Get Conversations Export endpoint to retrieve a download URL for your exported conversations.<br><br>This endpoint is used as a follow-up to the <a href="https://docs.apollo.io/docs/export-conversations">Export Conversations</a> endpoint.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `redirect_url` string — A signed URL to download the exported conversations file.

## Other responses

- `404` — 404

---

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