cURL
curl --request GET \ --url https://ragapi.sno.ai/v1/user/history \ --header 'Authorization: Bearer <token>'
{ "history": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Fetches the chat history for the current user.
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
User chat history
The response is of type object.
object