User

Get user's agents

Retrieve all agents owned by the authenticated user

get/api/user/agents

Response

Agents retrieved successfully

successboolean
userIdstring uuid

Example response

{
  "success": true
}

Changes