cURL
curl --request POST \ --url https://pria.praxislxp.com/api/user/histories \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "historyOnly": true, "limit": 5, "course_id": 1750532703472 }'
{ "success": true, "data": [ { "id": "688b024f7db6fe6e921399e3", "in": { "input": "How are you?" }, "out": { "outputs": [ "I am doing wonderful, thank you for asking..." ] }, "status": "active" } ] }
Fetches conversation history records based on specified filters and criteria
JWT token passed in x-access-token header
Successfully retrieved conversation histories
The response is of type object.
object
Was this page helpful?