action ijenko_devices_get { label: "Information about a Device" description: "Get information about a *Device*." provider: ijenko method: GET path: "/devices/{deviceId}" encoding: json output: { type: "object" additionalProperties: true } }