list_agents
readSince v1.0List agent instances in a scenario. Each agent is an instance of a node type living in one scenario. Returns summaries; use get_agent_details for baseline property values. Filter by scenario, twin, node type, or name.
Example Request
{"scenario_id": "scenario-uuid"}Example Response
{"total_count": 2, "agents": [{"id": "agent-uuid", "label": "Factory A", "node_type": "Factory", "node_type_id": "nt-uuid"}]}