---
title: "Export Conversation"
method: GET
path: "/conversations/shared/{kb_id}/export"
tags: ["Conversations"]
---

# Export Conversation

`GET /conversations/shared/{kb_id}/export`

Export conversations to a text file.

## Path parameters

- `kb_id` string, uuid, required

## Query parameters

- `team_id` string, uuid
- `type` 'application/pdf' | 'application/json' | 'text/xml' | 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' | 'application/msword' | 'text/plain' | 'text/csv' | 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' | 'application/vnd.ms-powerpoint' | 'application/vnd.openxmlformats-officedocument.presentationml.presentation' | 'application/zip' | 'URL' | 'IMAGE' | 'application/vnd.google-apps.document' | 'text/markdown' | 'application/epub+zip' | 'application/mbox' | 'application/rtf' | 'text/html' | 'application/vnd.google-apps.spreadsheet' — An enumeration.
- `user_tz` string
- `date_created_from` string, date-time
- `date_created_to` string, date-time
- `date_updated_from` string, date-time
- `date_updated_to` string, date-time
- `name` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
