action illumidesk_notification_read { label: "Retrieve a specific notification." provider: illumidesk method: GET path: "/v1/{namespace}/notifications/{notification_id}" encoding: json input: { type: "object" properties: { namespace: { type: "string" } notification_id: { type: "string" } } required: ["namespace", "notification_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }