cURL
curl --request GET \ --url https://ragapi.sno.ai/v1/chat/{threadUuid} \ --header 'Authorization: Bearer <token>'
{ "chatHistory": [ { "role": "user", "content": "<string>", "timestamp": "2023-11-07T05:31:56Z" } ] }
Retrieves the history of a specific chat thread.
Enter your API key as a Bearer token. Example: 'Bearer YOUR_API_KEY'
UUID of the chat thread
Chat history for the thread
The response is of type object.
object