User

Get specific agent details

Retrieve details of a specific agent owned by the authenticated user

get/api/user/agents/{agentId}

Path parameters

agentIdstring uuid required

The ID of the agent to retrieve

Response

Agent details retrieved successfully

successboolean

Example response

{
  "success": true
}

Changes