---
title: "Get channel"
method: GET
path: "/v2/chats/{channel_id}"
tags: ["Chat"]
---

# Get channel

`GET /v2/chats/{channel_id}`

Get a specific channel by id

## Path parameters

- `channel_id` string, required

## Response `200`

- object
  - `id` string — Channel id.
  - `participants` string[]
  - `last_message` object
    - `message_id` string — Message id.
    - `body` string — Message content. **This field is treated as PII/PHI**
    - `from` string — User id of the message sender.
    - `date` string, date-time — Date of the message.
    - `type` string — Type of the message.
  - `last_read_users_messages` object[]
    - `user_id` string — The user id.
    - `message_id` string — Message id.
  - `creation_date` string, date-time — Creation date of the message.
  - `deletion_date` string, date-time — Date of deletion of the message.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Channel not found
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/versions/d9b785884d03/schema)
