---
title: "Get a single chat with messages"
method: GET
path: "/v1/chats/{chatId}"
tags: ["Chats"]
---

# Get a single chat with messages

`GET /v1/chats/{chatId}`

## Path parameters

- `chatId` string, required

## Response `200`

Chat fetched successfully

- GetChatResponse
  - `chat` ChatSessionSummary, required
    - `chatId` string, required
    - `title` string, required
    - `createdAt` string, required
    - `updatedAt` string, required
    - `pinnedAt` string, nullable, required
    - `externalChannelId` ExternalChannelId, nullable
      - `source` 'discord' | 'slack' | 'dashboard', required
      - `id` string
  - `messages` ChatMessage[], required
    - unknown

## Other responses

- `400` — Invalid path params
- `401` — Missing or invalid API key
- `403` — Forbidden
- `404` — Chat not found
- `503` — Authentication service unavailable

---

[API](https://skmtc.net/usenotra/apis/notra-api.md) · [All operations](https://skmtc.net/usenotra/apis/notra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usenotra/notra-api/revisions/4e07496e06b0/schema)
