---
title: "Get Conversation By Id"
method: GET
path: "/api/v1/conversation/{conversation_id}"
tags: ["Conversation"]
---

# Get Conversation By Id

`GET /api/v1/conversation/{conversation_id}`

Gets the conversation by its id

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- IGetResponseBaseIConversationRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IConversationRead
    - `widget_id` string, uuid, nullable
    - `assistant_id` string, uuid, nullable
    - `device_type` 'mobile' | 'native' | 'desktop' | 'tablet' | 'phone', required
    - `unique_device_id` string, nullable
    - `attributes` object
    - `contact_id` string, uuid, nullable
    - `id` string, uuid, required
    - `created_at` string, date-time, nullable, required
    - `first_message` string, nullable, required
    - `chat_count` integer, nullable, required

## Other responses

- `422` — Validation Error

---

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