Chat History
Purpose
Retrieves the full history of a specific conversation.
HTTP Method
GET
Endpoint
https://platform-api.feedloop.ai/widget/convo_id/chats
Header
Name
Type
Required
Description
Token
String
Unique app authentication token.
Content-Type
String
Set to application/json
.
Path Parameter
Field
Type
Required
Description
convo_id
String
Conversation ID obtained from the Chat Initialization API.
Response
Field
Type
Description
status
Strings
Indicates success or failure.
data
Array
List of messages exchanged in the conversation.
Example
Response
Field
Type
Description
status
String
Indicates success or failure.
convo_id
String
Unique identifier for the conversation.
user_id
String
Unique identifier for the user.
Example:
Last updated