action gambitcomm_get_changed_state_list { label: "The list of {agentnum state} for which the state changed." description: "This list contains at most 5000 agent(s), and is guaranteed to be sorted into increasing order." provider: gambitcomm method: GET path: "/mimic/get/changed_state_list" encoding: json output: { type: "array" items: { type: "object" properties: { agentNum: { type: "integer" format: "int32" } state: { type: "integer" format: "int32" } } } } }