action ijenko_notifications_get { label: "Information about a Notification" description: "Get information about a *Notification*.\n" provider: ijenko method: GET path: "/notifications/{notificationId}" encoding: json output: { type: "object" additionalProperties: true } }