get_agent_details
readSince v1.0Get full details for agents by ID, including baseline property values grouped by parameter set (property names resolved from the agent's node type).
Example Request
{"agent_ids": ["agent-uuid"]}Example Response
{"agents": [{"id": "agent-uuid", "label": "Factory A", "node_type": "Factory", "property_values": {"default": {"capacity": "100"}}}]}