---
title: "Get Chat By ID"
method: GET
path: "/chats/{chat_id}"
tags: ["chats"]
---

# Get Chat By ID

`GET /chats/{chat_id}`

This endpoint retrieves a specific chat from its chat_id

## Headers

- `x-phone` string

## Response `200`

200 OK

- object — The response is a chat object. Refer to [the chat object here](/api-reference/objects/the-chat-object)

---

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