POST
/
api
/
user
/
assistants
Search and retrieve user assistants
curl --request POST \
  --url https://pria.praxislxp.com/api/user/assistants \
  --header 'Content-Type: application/json' \
  --data '{
  "type": "admin",
  "name": "cod"
}'
{
  "success": true,
  "data": [
    {
      "_id": "688b024f7db6fe6e921399e3",
      "name": "Code Analyzer",
      "description": "The Code Analyzer systematically examines your code...",
      "status": "active",
      "liked_count": 1,
      "admin_only": false
    }
  ]
}

Body

application/json

Response

Successfully retrieved assistants list

The response is of type object.