action ijenko_device_get_metadata { label: "List metadata" description: "Get the metadata." provider: ijenko method: GET path: "/devices/{deviceId}/metadata" encoding: json output: { type: "object" additionalProperties: true } }