action ijenko_notification_get_metadata { label: "List metadata" description: "Get the metadata of the *Notification*." provider: ijenko method: GET path: "/notifications/{notificationId}/metadata" encoding: json output: { type: "object" additionalProperties: true } }