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/admin/assistants \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "minimum": true, "institution": "665653e9f7e4f4f1b5c6ef1b" }'
{ "success": true, "data": [ { "_id": "<string>", "name": "<string>", "description": "<string>", "instructions": "<string>", "picture_url": "<string>", "status": "active", "liked_count": 123, "admin_only": true, "institution_shared": true, "remember_history": 123, "created": "2023-11-07T05:31:56Z", "argument_1": "<string>", "argument_5": "<string>", "editable_others": true } ] }
Fetches a list of AI assistants based on specified filters, with optional minimal data return
JWT token passed in x-access-token header
Whether to return minimal assistant data
Institution ID to filter assistants by
Successfully retrieved assistants list
Indicates if the request was successful
Array of assistant objects
Show child attributes
Was this page helpful?