Skip to main content
GET
/
chat-history-records
/
{id}
Get a chat history record
curl --request GET \
  --url http://localhost:8080/api/v1/chat-history-records/{id} \
  --header 'Authorization: <api-key>'
{
  "attributes": {
    "chat_id": 123,
    "name": "<string>",
    "session_id": "<string>",
    "user_id": 123
  },
  "id": "<string>",
  "type": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
integer
required

Chat History Record ID

Response

OK

Chat History Record response model

attributes
object
id
string
type
string