rooms
agents

Get room details

Retrieves details about a specific room

get/api/agents/{agentId}/rooms/{roomId}

Path parameters

agentIdstring uuid required

ID of the agent

roomIdstring uuid required

ID of the room

Response

Room details

successboolean

Example response

{
  "success": true
}