---
title: "Gets the specific conversation of a user"
method: GET
path: "/chat/user/{user_id}/client-conversations/{conversation_id}"
tags: ["Chat"]
---

# Gets the specific conversation of a user

`GET /chat/user/{user_id}/client-conversations/{conversation_id}`

## Response `200`

Specific user conversation will be returned

- GetAugmentedConversationResponseDef
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `type` 'candidate_support' | 'system_support' | 'candidate_support_initiated' | 'system_support_initiated'
  - `name` string
  - `first_message` string
  - `channel_id` string, required
  - `channel_attributes` object, required
  - `status` 'open' | 'closing' | 'closed' | 'orphan' | 'archived', required
  - `created_by` object, required
    - `user_id` string, required
    - `context_type` string, required
    - `context_id` string
  - `note_channel_id` string, required
  - `note_channel_attributes` object, required
  - `team` object
    - `team_id` string
    - `team_name` string
  - `owner` object, required
    - `resource_type` 'agency' | 'agencygroup' | 'systemadmin', required
    - `resource_id` string
  - `medium` 'sms' | 'chat' | 'whatsapp'
  - `message_listing` object[]
    - `body` string, required
    - `attributes` object
    - `participant_id` string, required
    - `media` string[]
    - `created_at` string, date-time, required
  - `participant_listing` object[]
    - `attributes` object
    - `identity` string, required
    - `user_id` string
    - `participant_id` string, required
    - `created_at` string, date-time, required

## Other responses

- `400` — Validation error on get
- `401` — Failed to authenticate the user making the request
- `403` — Permission denied error
- `404` — Resource not found
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
