---
title: "Get a specific chat"
method: GET
path: "/api/v1/chats/{chat_id}"
---

# Get a specific chat

`GET /api/v1/chats/{chat_id}`

Retrieve a chat by ID including the full conversation and metadata.

## Path parameters

- `chat_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/3898f654afba/schema)
