# List messages Returns a paginated list of Messages for the specified site. Supports filtering and sorting. Endpoint: GET /site/{siteId}/ahds/v1/message Version: 1.0 Security: bearer ## Path parameters: - `siteId` (number, required) Site identifier ## Query parameters: - `page` (number) Page number (0-indexed) - `pageSize` (number) Number of items per page - `sortBy` (string) Field to sort by Enum: "createdAt", "updatedAt", "body", "deliveredAt", "readAt", "sentAt", "subject" - `sortOrder` (string) Sort order Enum: "asc", "desc" - `body` (string) Full content of the message. - `channel` (string) Primary communication channel used to deliver the message. Enum: "internal", "email", "sms", "phone", "push", "portal", "other" - `messageType` (string) High-level classification of the message. Enum: "system", "user", "integration", "alert", "reminder", "other" - `priority` (string) Relative importance of the message. Enum: "low", "normal", "high", "urgent" - `status` (string) Current lifecycle status of the message. Enum: "draft", "queued", "sent", "delivered", "read", "failed", "cancelled", "archived" - `subject` (string) Short subject or title of the message. ## Response 200 fields ## Response 401 fields