New: Effortlessly link Digital Twins, embed RAG modules in any LLM, and integrate with enterprise data sources using Connector MCP and MCP Servers.
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/user/courses \ --header 'Content-Type: application/json' \ --data '{}'
{ "success": true, "data": [ { "_id": "688b024f7db6fe6e921399e3", "name": "Converssation 123", "history_count": 12 } ] }
Gets a list of all conversations associated with the authenticated user
Empty object for this endpoint
Successfully retrieved user courses
Indicates if the request was successful
Array of course objects matching the search criteria
Show child attributes
Was this page helpful?