rooms
agents

Get agent rooms

Retrieves all rooms for a specific agent

get/api/agents/{agentId}/rooms

Path parameters

agentIdstring uuid required

ID of the agent

Query parameters

worldIdstring uuid

Filter rooms by world ID

Response

Agent rooms

successboolean

Example response

{
  "success": true
}