English
Get chat history
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/base/{baseId}/chat/history \ --header 'Authorization: Bearer <token>'
{ "history": [ { "id": "<string>", "name": "<string>", "createdTime": "<string>", "createdBy": "<string>", "description": "<string>", "type": "<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
Show child attributes
Was this page helpful?