action opto22_list_device_tags { label: "listDeviceTags" description: "List tags of the given device. Authorized for admins and editors." provider: opto22 method: GET path: "/v1/data-store/devices/{id}/tags" encoding: json output: { type: "object" additionalProperties: true } }