---
title: "Get a chat"
method: GET
path: "/v2/chats/{chat_id}"
tags: ["Chats"]
deprecated: true
---

# Get a chat

`GET /v2/chats/{chat_id}`

> **Deprecated.**

Returns a chat summary that shows what started the chat, but not subsequent turns.

## Path parameters

- `chat_id` string, required

## Headers

- `Request-Timeout` integer
- `Request-Timeout-Millis` integer

## Response `200`

A chat.

- Chat — A chat conversation with associated metadata and settings.
  - `id` string, required — ID of the chat.
  - `first_query` string — The first query of the chat.
  - `first_answer` string — The first answer of the chat.
  - `enabled` boolean — Indicates whether this chat is enabled and can have further turns.
  - `created_at` string, date-time — Specifies when this chat was created.

## Other responses

- `403` — Permissions do not allow retrieving the chat.
- `404` — Corpus or chat not found.

---

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