action ijenko_device_get_tags { label: "List tags" description: "Get the tags of a *Device*." provider: ijenko method: GET path: "/devices/{deviceId}/tags" encoding: json output: { type: "object" additionalProperties: true } }