ack_message
Acknowledge a message by its ID to mark it as read and remove it from the unacked list. If already acknowledged, it returns success without any further effect.
Instructions
Acknowledge a message by id (from list_messages or infrastructure_status's messages[]) — sets it read so it stops surfacing as unacked. THIS IS THE ONLY THING THAT SETS readAt: reading or listing messages never marks them, so a message stays unacked until you call this explicitly. Idempotent: acking an already-acked id returns success with no second effect, never an error. 404 if the id doesn't exist for this tenant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messageId | Yes | The message id, from list_messages or infrastructure_status's messages[]. |