AI Tutor API Endpoint
Get Chat History API
Retrieve the chat history for a specific chat session using its token.
Description
This endpoint allows you to retrieve the complete chat history associated with a specific chat token.
Path Parameters
Name | Required | Type | Description |
---|---|---|---|
token | Yes | string | The unique token identifying the chat session |
Request
Content-Type: application/json
Example Request
Response
Error Responses
Code Examples
Python
Node.js