---
title: "Get Specific Conversation"
method: GET
path: "/v1/business/bot-data/conversations/{chat_id}"
tags: ["Botsonic Business Bot data"]
---

# Get Specific Conversation

`GET /v1/business/bot-data/conversations/{chat_id}`

Get specific conversation by chat_id

## Path parameters

- `chat_id` string, uuid, required — chat_id of specific conversation

## Response `200`

Successful Response

- BusinessChatUserHistoryOutput
  - `_id` string
  - `chat_id` string, uuid, required
  - `bot_id` string, uuid, required
  - `owner_id` string, required
  - `ip_address` string
  - `chat_user` ChatUserFormDataBase
    - `_id` string, required
    - `bot_id` string, uuid, required
    - `data_values` UserDataElementValue[], required
      - `id` string, uuid, required
      - `key` string, required
      - `type` 'string' | 'email' | 'number' | 'file_url' | 'phone_number' | 'boolean' | 'json' — An enumeration.
      - `value` unknown
    - `is_callback_requested` boolean
    - `generations_count` integer
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `num_messages` integer, required
  - `source` string
  - `is_resolved` boolean
  - `oai_thread_id` string
  - `additional_feedback` string
  - `chat_ended` boolean
  - `chat_data` ChatData[], required
    - `id` string, uuid
    - `message` string, required
    - `messages` ChatMessages[]
      - `message` string, required
    - `sent` boolean
    - `transcripted` boolean
    - `is_delivered` boolean
    - `failed_reason` string
    - `failed_data` object
    - `req_body` object
    - `run_id` string, uuid
    - `sources` MessageSources[]
      - `url` string, required
      - `content` string
    - `integration` IntegrationStore
      - `type` string
      - `offered` boolean
      - `asked` boolean
      - `link` string
      - `available` unknown[]
        - unknown
      - `integration_info` BotIntegrationInfoWidget
        - `id` string
        - `config_type` 'calendly' | 'calendar' | 'whatsapp' | 'messenger' | 'instagram' | 'slack' | 'telegram' | 'zapier' | 'location_based_consent' | 'freshdesk' | 'zendesk' | 'google_chat' | 'request_callback' | 'wordpress' | 'google_tag_manager' | 'zendesk_live_agent_handoff' | 'salesforce_live_agent_handoff' | 'salesforce_leads' | 'onedrive' | 'salesforce' | 'active_campaign' | 'confluence' | 'google_drive', required — An enumeration.
        - `required_user_fields` object[]
      - `user_integration_data` UserIntegrationDataWidget
        - `submitted_user_fields` object[]
        - `is_calendly_meeting_booked` boolean
    - `like_status` 'liked' | 'disliked' | 'none' — An enumeration.
    - `resolution_status` 'resolved' | 'help_wanted' | 'agent_response' — An enumeration.
    - `is_via_live_agent` boolean
    - `additional_info` ChatDataAdditionalInfo
      - `agent_info` LiveAgentHandoffAgentHistory
        - `name` string
        - `email` string
        - `agent_avatar` string
      - `chat_message_type` string
      - `created_ticket_info` CreatedTicketWidgetInfo
        - `ticket_id` string
        - `ticket_url` string
        - `title` string, required
        - `name` string, required
        - `email` string, required
        - `description` string
        - `status` string
        - `attachments` WidgetAttachmentData[]
          - `url` string, required
          - `file_name` string, required
          - `mimetype` string, required
          - `file_key` string, required
          - `file_size` number, required
        - `created_at` string, date-time
        - `updated_at` string, date-time
    - `created_at` string, date-time
    - `user_form_info` UserFormInfoWidget
      - `form_field` UserFormField, required
        - `id` string, required
        - `question` string, required
        - `type` 'text' | 'email' | 'textarea' | 'list_option' | 'attachments', required — An enumeration.
        - `value` unknown
        - `required` boolean, required
        - `placeholder` string
        - `options` UserFormFieldOption[]
          - `label` string, required
          - `value` string, required
        - `min_length` integer
        - `max_length` integer
        - `max_file_size` integer
      - `form_id` string, required
      - `submitted_form_id` string, required
      - `is_skippable` boolean, required
      - `skip_submission` boolean
    - `submitted_form_field_data` UserFormInfoWidget
      - `form_field` UserFormField, required
        - `id` string, required
        - `question` string, required
        - `type` 'text' | 'email' | 'textarea' | 'list_option' | 'attachments', required — An enumeration.
        - `value` unknown
        - `required` boolean, required
        - `placeholder` string
        - `options` UserFormFieldOption[]
          - `label` string, required
          - `value` string, required
        - `min_length` integer
        - `max_length` integer
        - `max_file_size` integer
      - `form_id` string, required
      - `submitted_form_id` string, required
      - `is_skippable` boolean, required
      - `skip_submission` boolean
    - `is_intermediate` boolean
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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