# Query notifications Searches notifications for a given customer over a specified time window, with paging support. Endpoint: POST /searchNotifications Version: 2026.1.2 Security: bearerAuth ## Request fields (application/json): - `auditId` (string) Audit identifier used for tracing and governance across Verato services. - `auditLogMap` (object) Generic map of string keys to string values. - `content` (object) Query notifications for the customer. - `content.pageNumber` (integer, required) Page number. - `content.pageSize` (integer, required) Page size. - `content.startDate` (string, required) Start date. - `content.endDate` (string, required) End date. - `trackingId` (string) ## Response 200 fields (application/json): - `auditId` (string) Audit identifier used for tracing and governance across Verato services. - `success` (boolean) - `unparsedJson` (string) - `warnings` (array) - `retryableError` (boolean) - `message` (string) - `content` (object) - `content.customerId` (string) Name of the customer for the notifications. - `content.hasNext` (boolean) Indicates whether more notifications are available. - `content.notifications` (array) Notifications retrieved. - `content.notifications.partitionKey` (string) - `content.notifications.service` (string) - `content.notifications.customerId` (string) - `content.notifications.notificationLowerCaseBody` (object) - `content.notifications.notificationLowerCaseBody.survivingSource` (string) - `content.notifications.notificationLowerCaseBody.retiredSource` (string) - `content.notifications.notificationLowerCaseBody.previousLinkId` (string) - `content.notifications.notificationLowerCaseBody.survivingNativeId` (string) - `content.notifications.notificationLowerCaseBody.newLinkId` (string) - `content.notifications.notificationLowerCaseBody.source` (string) - `content.notifications.notificationLowerCaseBody.nativeId` (string) - `content.notifications.notificationLowerCaseBody.retiredNativeId` (string) - `content.notifications.notificationType` (string) - `content.notifications.body` (string) - `content.notifications.ts` (string) - `content.notifications.username` (string) - `content.totalElements` (integer) Number of notifications retrieved. - `errors` (array) - `trackingId` (string)