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

# Export conversation messages

`GET /conversations/{conversation}/export`

REQUIRED SCOPES <code>['conversations:read']</code>

## Path parameters

- `conversation` integer, required

## Query parameters

- `format` 'csv' | 'pdf', required
- `include_notes` boolean

## Response `200`

Successful operation

- object
  - `url` string — URL to download the exported file

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Conversation not found
- `422` — Validation error

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
