简体中文
Get chat history
cURL
curl --request GET \ --url https://app.teable.cn/api/base/%7BbaseId%7D/chat/history \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ "history": [ { "id": "<string>", "name": "<string>", "description": "<string>", "createdTime": "<string>", "createdBy": "<string>", "lastModifiedTime": "<string>" } ], "total": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Get chat history successfully
The response is of type object.
object