🕶️One Conversation Details
Last updated
Last updated
The endpoint to access this history summary is working with a GET request :
Remember to use the API Token in the headers as show in the Authentication section.
The required parameters are :
Property | Type | Description |
---|---|---|
Response is a HTTP 200 Array with a list of JSON source object :
Here as the description of the details provided :
Property | Type | Description |
---|---|---|
[id]
uuid
Chatbot UUID
you want to have chat history from
[session]
uuid
Session UUID
you want to have the details from
id
unique number
unique id
created_at
timestamp
Timedate creation of the user message
chatbot_uuid
uuid
chatbot UUID of the chatbot having the conversation
user
string
can be user, assistant or agent. user is a real person chatting with the assistant (ie AI Chatbot). Agent is coming soon
content
string
user or chatbot message
doc_vector
array
array containing the ID of the sources used (weblink, doc) to answer the question
user_session
uuid
session uuid of the given conversation