---
title: "GET /base/{baseId}/chat/history"
method: GET
path: "/base/{baseId}/chat/history"
tags: ["chat"]
---

# GET /base/{baseId}/chat/history

`GET /base/{baseId}/chat/history`

Get chat history

## Path parameters

- `baseId` string, required

## Query parameters

- `type` string

## Response `200`

Get chat history successfully

- object
  - `history` object[], required
    - `id` string, required
    - `name` string, required
    - `description` string
    - `type` string
    - `createdTime` string, required
    - `createdBy` string, required
    - `lastModifiedTime` string
  - `total` number, required

---

[API](https://skmtc.net/teable/apis/teable-app.md) · [All operations](https://skmtc.net/teable/apis/teable-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teable/teable-app/versions/7515f3b33d79/schema)
