action edrv_get_commands { label: "getCommands" description: "Get Commands data" provider: edrv method: GET path: "/v1/commands" encoding: json input: { type: "object" properties: { include_transaction: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }