searchNotifications
abstract suspend fun searchNotifications(input: SearchNotificationsRequest): SearchNotificationsResponse
Searches for notifications based on specified criteria and filters. Returns a paginated list of notifications matching the search parameters, ordered by descending creation time. Supports filtering by content and tags.