---
title: "Get talk chat by ID"
method: GET
path: "/service_agents/talk_chats/{id}"
tags: ["Service Agent"]
---

# Get talk chat by ID

`GET /service_agents/talk_chats/{id}`

Returns details of a specific talk chat.

## Path parameters

- `id` string, required

## Response `200`

Talk chat details.

- TalkManagerTalk
  - `id` string, uuid — The unique identifier of the talk. Returned from the `POST /service_agents/talk_chats` or `GET /service_agents/talk_chats` response.
  - `customer_id` string, uuid — The unique identifier of the customer who owns this talk. Returned from the `GET /customers` response.
  - `type` 'direct' | 'group' | 'talk' — Type of the talk.
  - `name` string — Talk name (optional).
  - `detail` string — Talk description/detail (optional).
  - `member_count` integer — Number of participants in this chat.
  - `tm_create` string, date-time — Timestamp when the talk was created.
  - `tm_update` string, date-time — Timestamp when the talk was last updated.
  - `tm_delete` string, date-time — Timestamp when the talk was deleted.

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `403` — Insufficient permission (PERMISSION_DENIED).
- `404` — Resource not found (NOT_FOUND).
- `500` — Internal error (INTERNAL).

---

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