---
title: "Get Chat Thread"
method: GET
path: "/chat/{chat_id}"
tags: ["Chat"]
---

# Get Chat Thread

`GET /chat/{chat_id}`

## Path parameters

- `chat_id` string, required

## Response `200`

- Chat
  - `brain_id` string
  - `chat_id` string
  - `created_at` string
  - `created_from` string
  - `last_updated` string
  - `model` string
  - `system_message` string
  - `temperature` number, nullable
  - `title` string
  - `user_id` string
  - `response_length` 'SHORT' | 'MEDIUM' | 'LONG', nullable

---

[API](https://skmtc.dev/byteleaphq/apis/athena-copy.md) · [All operations](https://skmtc.dev/byteleaphq/apis/athena-copy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/byteleaphq/athena-copy/revisions/4eb764a8d0ce/schema)
